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 /PKGBUILD | |
| parent | feat: update source URL, change `pkgver()` (diff) | |
| download | PKGBUILDs-iced-builder-git.tar.gz | |
chore: update source URLiced-builder-git
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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() { |
