aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libtorrent-rasterbar
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-07 09:33:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:16 +0000
commit2709469c319592e25cd6b0cd25db2bc1abf33559 (patch)
treecb6a5868e2e914ed9cc3d1188186af1dcaf4875a /testing/libtorrent-rasterbar
parent5d34bcf239cfbe3d41839a192e904c34ac089ffa (diff)
downloadaports-2709469c319592e25cd6b0cd25db2bc1abf33559.tar.bz2
aports-2709469c319592e25cd6b0cd25db2bc1abf33559.tar.xz
testing/libtorrent-rasterbar: rebuild against openssl 1.1.
Diffstat (limited to 'testing/libtorrent-rasterbar')
-rw-r--r--testing/libtorrent-rasterbar/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libtorrent-rasterbar/APKBUILD b/testing/libtorrent-rasterbar/APKBUILD
index c9e5bb3b1e..c17f80fe09 100644
--- a/testing/libtorrent-rasterbar/APKBUILD
+++ b/testing/libtorrent-rasterbar/APKBUILD
@@ -4,13 +4,13 @@ pkgname=libtorrent-rasterbar
pkgver=1.1.8
_pkgver=${pkgver%.0}
_pkgver=${_pkgver//./_}
-pkgrel=1
+pkgrel=2
pkgdesc="Feature complete C++ bittorrent implementation"
url="http://www.rasterbar.com/products/libtorrent"
arch="all"
license="BSD-3-Clause"
depends=""
-depends_dev="boost-dev libressl-dev python2-dev"
+depends_dev="boost-dev openssl-dev python2-dev"
makedepends="$depends_dev linux-headers"
subpackages="$pkgname-dev"
source="https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz"