summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranonimal2017-09-07 23:18:44 +0000
committeranonimal2017-09-07 23:18:44 +0000
commit59f59cef44aeb450cb8f65092edeb582747fa4f5 (patch)
tree24ef48bf16f40a8e9d02a3437b0fc99de5d8b46f
parent548e60a424f2e824ed48c9dae8e171210ef3d0f0 (diff)
downloadaur-59f59cef44aeb450cb8f65092edeb582747fa4f5.tar.gz
PKGBUILD: add aarch64, cleanup depends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8243864918f3..9af111c64ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgver=0.10.3.1
pkgrel=1
pkgdesc="Monero: the secure, private, untraceable currency - release version (includes deaemon, wallet and miner)"
license=('custom:Cryptonote')
-arch=('x86_64' 'i686' 'armv7h')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://getmonero.org/"
-depends=('boost-libs>=1.58' 'unbound>=1.4.16' 'miniupnpc>=1.6' 'libunwind' 'openssl')
+depends=('boost-libs' 'unbound' 'miniupnpc' 'libunwind' 'openssl')
makedepends=('git' 'cmake' 'boost' 'gtest')
provides=('monero' 'libmonero-wallet')
conflicts=('bitmonero-git' 'libmonero-wallet-git')