aboutsummaryrefslogtreecommitdiffstats
path: root/main/rhash/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/rhash/APKBUILD')
-rw-r--r--main/rhash/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/rhash/APKBUILD b/main/rhash/APKBUILD
index d7f487ebf39..da59e0342eb 100644
--- a/main/rhash/APKBUILD
+++ b/main/rhash/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Przemyslaw Pawelczyk <przemoc@zoho.com>
pkgname=rhash
pkgver=1.3.9
-pkgrel=0
+pkgrel=1
pkgdesc="Utility for calculation and verification of hash sums and magnet links"
url="http://rhash.anz.ru"
arch="all"
-license="custom"
+license="0BSD"
makedepends="openssl-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs"
source="https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz
@@ -15,6 +15,7 @@ builddir="$srcdir/RHash-$pkgver"
build() {
./configure \
--prefix=/usr \
+ --sysconfdir=/etc \
--enable-openssl \
--disable-openssl-runtime
make