aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rhash/APKBUILD
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2016-11-17 16:13:41 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-11-17 16:25:03 +0100
commit13ba328cd6f9f5813254077b748ed7a896d81d06 (patch)
tree5b427e8814e64f58f38c8e467e4a59c5df88922e /testing/rhash/APKBUILD
parentd28218e57bad5be1081d1ea349c214c1e6820ae5 (diff)
downloadaports-13ba328cd6f9f5813254077b748ed7a896d81d06.tar.bz2
aports-13ba328cd6f9f5813254077b748ed7a896d81d06.tar.xz
testing/rhash: Fix building on aarch64.
Tested-by: Carlo Landmeter <clandmeter@gmail.com>
Diffstat (limited to 'testing/rhash/APKBUILD')
-rw-r--r--testing/rhash/APKBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/testing/rhash/APKBUILD b/testing/rhash/APKBUILD
index eaecc12769..e90f6c7345 100644
--- a/testing/rhash/APKBUILD
+++ b/testing/rhash/APKBUILD
@@ -1,16 +1,17 @@
# Maintainer: Przemyslaw Pawelczyk <przemoc@zoho.com>
pkgname=rhash
pkgver=1.3.4
-pkgrel=0
+pkgrel=1
pkgdesc="Utility for calculation and verification of hash sums and magnet links"
url="http://rhash.anz.ru/"
-arch="all !aarch64"
+arch="all"
license="custom"
depends=
depends_dev=""
makedepends="$depends_dev"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.gz"
+source="$pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.gz
+ librhash-byte_order.h-Consult-also-compiler-s-predef.patch"
builddir="$srcdir"/$pkgname-$pkgver
@@ -28,6 +29,9 @@ package() {
|| return 1
}
-md5sums="0b51010604659e9e99f6307b053ba13b rhash-1.3.4.tar.gz"
-sha256sums="406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49 rhash-1.3.4.tar.gz"
-sha512sums="a78be309011798d5e55023eb93f898c10254a42270288fa5ec68ad446b5f3d001e8c6f893683e5171e3858c86d45ce2ce16eefde1173209e1925420c27a7ff7a rhash-1.3.4.tar.gz"
+md5sums="0b51010604659e9e99f6307b053ba13b rhash-1.3.4.tar.gz
+59a1c0a0d04a7b4356a8b893dce7c266 librhash-byte_order.h-Consult-also-compiler-s-predef.patch"
+sha256sums="406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49 rhash-1.3.4.tar.gz
+19561529fdd2ccb1aaf54b0459962f969b7eadccd4119d8e4c94dadd8ed24589 librhash-byte_order.h-Consult-also-compiler-s-predef.patch"
+sha512sums="a78be309011798d5e55023eb93f898c10254a42270288fa5ec68ad446b5f3d001e8c6f893683e5171e3858c86d45ce2ce16eefde1173209e1925420c27a7ff7a rhash-1.3.4.tar.gz
+5d14156b42d41f976f605d0e07fe9ae5cf5cb2266f65e2ab09690b2bb992d348317c0e115c81015ff645eb25ff556e628d1ebc268ced816c5f192c0cc83e3ed1 librhash-byte_order.h-Consult-also-compiler-s-predef.patch"