diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-04-11 09:53:23 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-04-11 09:53:23 +0200 |
| commit | 6535b1d0376eb531d926b9983ed8e8845abe465a (patch) | |
| tree | 96865d3579608d564b4977c7ac0e72ffb7d410f9 | |
| parent | feat: update source URL, change `pkgver()` (diff) | |
| download | PKGBUILDs-iced-builder-git.tar.gz | |
chore: update source URLiced-builder-git
| -rw-r--r-- | .SRCINFO | 8 | ||||
| -rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -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 @@ -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() { |
