summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgiteeajake2025-02-18 11:17:50 +0800
committergiteeajake2025-02-18 11:17:50 +0800
commitcf51226fd50e0483f6a9e69add33a483ebaa620a (patch)
tree81d9548bb935985dcd24a35b80da1c0df253e296
parent742faf71b5eaf5cbce77469ab59f530fe0afc6f2 (diff)
downloadaur-isd-appimage.tar.gz
fix a bug
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e625a708e37..8be20e259588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/isd-project/isd'
arch=('x86_64')
optdepends=("vim")
license=('GPL-3.0-or-later')
-source=("$pkgname-$pkgver::$url/releases/download/0.5.0/isd.x86_64-linux.AppImage")
+source=("$pkgname-$pkgver::$url/releases/download/${pkgver}/isd.x86_64-linux.AppImage")
sha512sums=('09c3e62e42ecb86c2ab89ed1e3990681d6deff38e1963bc26ecc367d39e2082db5356e0e76af4558867163487dc35318acf7482ddddaef313dd2364b0a835b1d')
conflicts=("isd")
provides=('isd')