diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-20 08:08:57 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-20 08:09:05 +0000 |
commit | a0d8b6ec9f726587d4c297c3bb788be3badf5136 (patch) | |
tree | 4ce599b602feeb3d3adc23e8b04eb6658e3fef40 /testing/monero | |
parent | 8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1 (diff) | |
download | aports-a0d8b6ec9f726587d4c297c3bb788be3badf5136.tar.bz2 aports-a0d8b6ec9f726587d4c297c3bb788be3badf5136.tar.xz |
testing/monero: libunwind not avail on excluded arches
Diffstat (limited to 'testing/monero')
-rw-r--r-- | testing/monero/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/monero/APKBUILD b/testing/monero/APKBUILD index 6206fa93f5..b9bd179a94 100644 --- a/testing/monero/APKBUILD +++ b/testing/monero/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=monero pkgver=0.10.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Secure, private, untraceable cryptocurrency" url="https://getmonero.org/" -arch="all" +arch="all !x86 !ppc64le" #libunwind unavail on excluded arches license="BSD" makedepends="unbound-dev libressl-dev boost-dev libunwind-dev miniupnpc-dev cmake" source="$pkgname-$pkgver.tar.gz::https://github.com/monero-project/$pkgname/archive/v$pkgver.tar.gz |