diff options
author | giteeajake | 2025-02-18 11:17:50 +0800 |
---|---|---|
committer | giteeajake | 2025-02-18 11:17:50 +0800 |
commit | cf51226fd50e0483f6a9e69add33a483ebaa620a (patch) | |
tree | 81d9548bb935985dcd24a35b80da1c0df253e296 | |
parent | 742faf71b5eaf5cbce77469ab59f530fe0afc6f2 (diff) | |
download | aur-isd-appimage.tar.gz |
fix a bug
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |