summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVHSgunzo2023-07-20 09:29:11 +0300
committerVHSgunzo2023-07-20 09:29:11 +0300
commit859d9166d99e6dd789ddcdeda8ad4d7fea9e3b82 (patch)
treeec33f796b1594eea48d18f3efc7fb638caf1792b /PKGBUILD
parent8de2fdfa6c27561057d65a8e0f647336ee9bd558 (diff)
downloadaur-superglue-bin.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70a985bd8763..6bae2319a1a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel='1'
pkgdesc='Tool for write a small file to the beginning of a large file in place'
arch=("x86_64")
url='https://github.com/VHSgunzo/superglue'
-source=("${pkgname}::https://github.com/VHSgunzo/${pkgname}/releases/download/v${pkgver}/${pkgname}")
+source=("${pkgname%-bin}::https://github.com/VHSgunzo/${pkgname%-bin}/releases/download/v${pkgver}/${pkgname%-bin}")
sha256sums=('SKIP')
-package() { install -Dm755 ${pkgname} "$pkgdir/usr/bin/${pkgname}" ; }
+package() { install -Dm755 ${pkgname%-bin} "$pkgdir/usr/bin/${pkgname%-bin}" ; }