summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12019-10-07 13:28:24 +0800
committerChocobo12019-10-07 13:28:24 +0800
commit82a44a01d56873fdfd1d2c6f5e26249e350650c1 (patch)
tree816527af44d2dc90a0209f5c7f861c264dc09245 /PKGBUILD
parent92c0887f2050bd962075890158577ab62b4a02e7 (diff)
downloadaur-82a44a01d56873fdfd1d2c6f5e26249e350650c1.tar.gz
upgpkg: libtorrent-rasterbar-1_1-git 1.1.13.r7.g84f10d05c-1
Fix build with boost 1.71.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}