aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83d7a4c..a3d3f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = iced-builder-git
pkgdesc = UI builder for iced, built with iced.
- pkgver = r212.a17a972
- pkgrel = 2
- url = https://git.sr.ht/~pml68/iced-builder
+ pkgver = r240.234da53
+ pkgrel = 1
+ url = https://git.pml68.dev/iced-builder
arch = x86_64
license = GPL-3.0-or-later
makedepends = git
@@ -15,7 +15,7 @@ pkgbase = iced-builder-git
options = !lto
options = !strip
options = !debug
- source = iced-builder::git+https://git.sr.ht/~pml68/iced-builder
+ source = iced-builder::git+git://git.pml68.dev/iced-builder
sha256sums = SKIP
pkgname = iced-builder-git
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() {