From 08568fec1ec4d00ffa4dcb157ca9dc1c38bbe1aa Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Mon, 8 Apr 2024 05:23:48 +0000 Subject: [PATCH] community/triehash: claim maintainership --- community/triehash/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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="