summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorur name2020-09-09 17:56:24 +0000
committerur name2020-09-09 17:56:24 +0000
commita6bf24ba2306501bb29d7b919d4d141aeea65beb (patch)
tree0848768ca961470dbd7d8a28bf4090cc83c0a8da
parentef8a596796cc5289805a633e8ca5ea7c6419683c (diff)
downloadaur-a6bf24ba2306501bb29d7b919d4d141aeea65beb.tar.gz
now also installs the license
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05a677f12280..e07231c9f873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# PKGBUILD created by using cargo-aur
pkgname='auswahl-git'
-pkgver=0.1.1.7.g913e6f3
+pkgver=0.1.1
pkgrel=1
pkgdesc='A tool to create dmenu or rofi menus using a simple declaration syntax.'
arch=('any')
@@ -27,6 +27,6 @@ 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 $pkgname/LICENSE "${pkgdir}/usr/share/licenses/auswahl"
}