aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '')
-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() {