summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr2018-08-07 22:04:29 +0200
committerChristian Duerr2018-08-07 22:04:29 +0200
commitbcde143442a436a54644598d957c0469cdda50d3 (patch)
tree83326c0d814950b547911572b3d5cb778c71a4fa
parent8fe272d5be1ef9e9de7454d776451f62bf410d68 (diff)
downloadaur-bcde143442a436a54644598d957c0469cdda50d3.tar.gz
Build without specific python library
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5cf206af03c..16b1e4eab15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# - lucke <lucke at o2 dot pl>
pkgname=weechat-python3-git
-pkgver=1.9.433.g58a6b564e
+pkgver=2.2.6140aac
pkgrel=1
pkgdesc="Weechat compiled with Python3 instead of Python2, experimental"
arch=('i686' 'x86_64')
@@ -31,7 +31,6 @@ build() {
cmake -Wno-dev "$srcdir/$_gitname" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.6m.so \
-DENABLE_MAN=ON \
-DENABLE_DOC=ON \
-DENABLE_PYTHON3=ON