aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-04-11 09:53:23 +0200
committerPolesznyák Márk <contact@pml68.dev>2026-04-11 09:53:23 +0200
commit6535b1d0376eb531d926b9983ed8e8845abe465a (patch)
tree96865d3579608d564b4977c7ac0e72ffb7d410f9 /PKGBUILD
parentfeat: update source URL, change `pkgver()` (diff)
downloadPKGBUILDs-6535b1d0376eb531d926b9983ed8e8845abe465a.tar.gz
chore: update source URLiced-builder-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ffd4be..8898ed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=iced-builder
pkgname=$_pkgname-git
-pkgver=r212.a17a972
-pkgrel=2
+pkgver=r240.234da53
+pkgrel=1
pkgdesc='UI builder for iced, built with iced.'
arch=(x86_64)
-url='https://git.sr.ht/~pml68/iced-builder'
+url='https://git.pml68.dev/iced-builder'
license=('GPL-3.0-or-later')
depends=(
gcc-libs
@@ -21,7 +21,7 @@ makedepends=(
options=('!lto' '!strip' '!debug')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+${url}")
+source=("$_pkgname::git+git://git.pml68.dev/iced-builder")
sha256sums=('SKIP')
prepare() {