diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 11:28:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | c887d7741921890f1e05a1b7fd6ac7c6092d1ce0 (patch) | |
tree | b073654964757f73afc23fdf32604b192aff84a2 /testing/monero | |
parent | 022bcfe3740bce1a0377469cc734b962551f233f (diff) | |
download | aports-c887d7741921890f1e05a1b7fd6ac7c6092d1ce0.tar.bz2 aports-c887d7741921890f1e05a1b7fd6ac7c6092d1ce0.tar.xz |
testing/monero: rebuild against openssl 1.1
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 a2674bb27f..0a1015f2c8 100644 --- a/testing/monero/APKBUILD +++ b/testing/monero/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=monero pkgver=0.13.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Secure, private, untraceable cryptocurrency" url="https://getmonero.org/" arch="all" license="BSD" -makedepends="unbound-dev libressl-dev boost-dev miniupnpc-dev cmake cppzmq zeromq-dev rapidjson-dev readline-dev libsodium-dev" +makedepends="unbound-dev openssl-dev boost-dev miniupnpc-dev cmake cppzmq zeromq-dev rapidjson-dev readline-dev libsodium-dev" options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/monero-project/$pkgname/archive/v$pkgver.tar.gz easylogging.patch |