aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libtorrent-rasterbar
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-09 13:04:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:50 +0000
commit32c0d204e7f8b0cf2789a73505aced1c8a710862 (patch)
treea0cdcb302039225037264fee6ba36d11e560378c /testing/libtorrent-rasterbar
parenta33bc9db3593daf2c0cb3656afe5873242780ed8 (diff)
downloadaports-32c0d204e7f8b0cf2789a73505aced1c8a710862.tar.bz2
aports-32c0d204e7f8b0cf2789a73505aced1c8a710862.tar.xz
testing/libtorrent-rasterbar: rebuild against libressl
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 58dc0b2f9c..50e8d4a05c 100644
--- a/testing/libtorrent-rasterbar/APKBUILD
+++ b/testing/libtorrent-rasterbar/APKBUILD
@@ -5,13 +5,13 @@ pkgname=libtorrent-rasterbar
pkgver=1.0.9
_pkgver=${pkgver%.0}
_pkgver=${_pkgver//./_}
-pkgrel=0
+pkgrel=1
pkgdesc="A feature complete C++ bittorrent implementation"
url="http://www.rasterbar.com/products/libtorrent"
arch="all"
license="BSD"
depends=""
-depends_dev="boost-dev openssl-dev python-dev"
+depends_dev="boost-dev libressl-dev python-dev"
makedepends="$depends_dev linux-headers"
subpackages="$pkgname-dev"
source="https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz"