summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquantulr2020-10-05 12:00:32 +0800
committerquantulr2020-10-05 12:00:32 +0800
commit85c6092a7ae44e83075c1dc3cd4c530949d0e11d (patch)
treedd4b9fc7389f7aec068d6d57203e83b1e02c8569 /PKGBUILD
parentbe5fc9015bc7110b6e537170b83bb1d2c81c2486 (diff)
downloadaur-85c6092a7ae44e83075c1dc3cd4c530949d0e11d.tar.gz
updated to v0.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ef069d3d2fe..b070c73f4609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gossa
pkgdesc="a fast and simple multimedia fileserver"
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
license=('MIT')
@@ -25,6 +25,6 @@ build() {
package() {
cd ${pkgname}-${pkgver}
- mkdir -p "$pkgdir"/usr/bin
- install -Dm755 ${pkgname} "$pkgdir"/usr/bin/gossa
+ mkdir -p ${pkgdir}/usr/bin
+ install -Dm755 ${pkgname}-${pkgver} ${pkgdir}/usr/bin/${pkgname}
}