summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-10-07 13:28:24 +0800
committerChocobo12019-10-07 13:28:24 +0800
commit82a44a01d56873fdfd1d2c6f5e26249e350650c1 (patch)
tree816527af44d2dc90a0209f5c7f861c264dc09245
parent92c0887f2050bd962075890158577ab62b4a02e7 (diff)
downloadaur-82a44a01d56873fdfd1d2c6f5e26249e350650c1.tar.gz
upgpkg: libtorrent-rasterbar-1_1-git 1.1.13.r7.g84f10d05c-1
Fix build with boost 1.71.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30368b3c368a..5bb97bbd0fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtorrent-rasterbar-1_1-git
pkgdesc = A feature complete C++ bittorrent library (git branch RC_1_1)
- pkgver = 1.1.13.r0.g6f1250c65
+ pkgver = 1.1.13.r7.g84f10d05c
pkgrel = 1
url = https://www.libtorrent.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index cace2f07de71..2a6a1c474577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libtorrent-rasterbar-1_1-git
-pkgver=1.1.13.r0.g6f1250c65
+pkgver=1.1.13.r7.g84f10d05c
pkgrel=1
pkgdesc="A feature complete C++ bittorrent library (git branch RC_1_1)"
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ build() {
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-Dpython-bindings=ON \
- -DPYTHON_EXECUTABLE="/usr/bin/python3" \
+ -Dboost-python-module-name="python" \
"../"
make
}