diff --git a/community/triehash/APKBUILD b/community/triehash/APKBUILD index 2de62453feb..55d707fa4f7 100644 --- a/community/triehash/APKBUILD +++ b/community/triehash/APKBUILD @@ -1,7 +1,7 @@ -# Maintainer: +# Maintainer: Celeste pkgname=triehash pkgver=0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Generator for order-preserving minimal perfect hash functions in C" url="https://github.com/julian-klode/triehash" arch="noarch" @@ -11,7 +11,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/julian-klode/triehash/archiv options="!check" # no tests package() { - install -Dm755 triehash.pl "$pkgdir"/usr/bin/triehash + install -Dvm755 triehash.pl "$pkgdir"/usr/bin/triehash } sha512sums="