summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fc261b22186..0ac5437b1129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# PKGBUILD created by using cargo-aur
pkgname='auswahl-git'
-pkgver=0.1.1
+pkgver=0.1.1.7.g913e6f3
pkgrel=1
pkgdesc='A tool to create dmenu or rofi menus using a simple declaration syntax.'
arch=('any')
@@ -27,5 +27,5 @@ check() {
package() {
cd $pkgname
install -Dm 755 target/release/auswahl -t "${pkgdir}/usr/bin"
- install -Dm 755 $pkgname/LICENSE "${pkgdir}/usr/share/licenses/auswahl"
+ install -Dm 755 LICENSE "${pkgdir}/usr/share/licenses/auswahl"
}