summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen Zhong2019-08-12 11:44:34 +0800
committerAllen Zhong2019-08-12 11:55:55 +0800
commit4f2d95e9790dc316d16cfc477bc441984af278fd (patch)
treed5685743f28be8d4488580a0efeeca0f8750fff9 /PKGBUILD
parent82c95538aa75f69d6b689355a39a522ef46ad162 (diff)
downloadaur-4f2d95e9790dc316d16cfc477bc441984af278fd.tar.gz
upgpkg: libtorrent-ipv6 0.13.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfc906c9f994..e060eeaa814c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,24 +8,21 @@
_pkgname=libtorrent
pkgname=libtorrent-ipv6
-pkgver=0.13.7
+pkgver=0.13.8
pkgrel=1
pkgdesc='BitTorrent library with a focus on high performance and good code, with ipv6 support'
url='http://rakshasa.github.io/rtorrent/'
arch=('x86_64')
license=('GPL')
-depends=('openssl')
+depends=('openssl' 'zlib')
makedepends=('git')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
-source=("$_pkgname::git+https://github.com/rakshasa/libtorrent.git#commit=9f15199ce2312350735b1d87e6db033414b41db0"
- 'libtorrent-feature-bind-to-0.13.7.patch')
-sha256sums=('SKIP'
- 'ef0b0ce4378647ac0246dd88f68dc5fbf01336cac13de60e1f4600dd329629f3')
+source=("$_pkgname::git+https://github.com/rakshasa/libtorrent.git#commit=bd3e232a2fdb91a2eb93994bb18e5e0e3d2f6235")
+sha256sums=('SKIP')
prepare() {
cd "${srcdir}/${_pkgname}"
- patch -Np1 -i ../libtorrent-feature-bind-to-0.13.7.patch
sed '/AM_PATH_CPPUNIT/d' -i configure.ac
}