diff options
Diffstat (limited to 'community/libtorrent/APKBUILD')
-rw-r--r-- | community/libtorrent/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/libtorrent/APKBUILD b/community/libtorrent/APKBUILD index 8d088880c7..4274ae2d7b 100644 --- a/community/libtorrent/APKBUILD +++ b/community/libtorrent/APKBUILD @@ -4,14 +4,15 @@ pkgname=libtorrent pkgver=0.13.7 -pkgrel=0 +pkgrel=1 pkgdesc="BitTorrent library written in C++" url="http://rakshasa.github.io/rtorrent/" arch="all" license="GPL" -makedepends="zlib-dev libsigc++-dev libressl-dev automake autoconf libtool linux-headers" +makedepends="zlib-dev libsigc++-dev openssl-dev automake autoconf libtool linux-headers" subpackages="$pkgname-dev" -source="http://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz" +source="http://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz + 0001-Fix-the-DH-parameters-generation-with-OpenSSL-1.1.patch" builddir="$srcdir/$pkgname-$pkgver" prepare() { @@ -36,4 +37,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="7bf3e87dbd19eb4e6806dff8a01c3ec61ea960bbd809d4bcbee96a46e169f97d0baf0fc85ab4a1efbbab07850e9b1060bae46c453ea6c42f5c23f8d921295efb libtorrent-0.13.7.tar.gz" +sha512sums="7bf3e87dbd19eb4e6806dff8a01c3ec61ea960bbd809d4bcbee96a46e169f97d0baf0fc85ab4a1efbbab07850e9b1060bae46c453ea6c42f5c23f8d921295efb libtorrent-0.13.7.tar.gz +3cb44b4965149a9c70a9390104d5918dcb69671aa5d9ee3efa2f1c32b36f84619261a3b474c9651d040b60fe29ecbc42ba494ed7267443db0e865ebf9a2f79ce 0001-Fix-the-DH-parameters-generation-with-OpenSSL-1.1.patch" |