aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aa0bf8..42b856f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 14:56:11 UTC 2015
+# Mon Jun 1 14:56:12 UTC 2015
pkgbase = weechat-git
pkgdesc = Fast, light & extensible IRC client (curses UI)
- pkgver = 1.1.r160.g6c4b574
+ pkgver = 1.2.r10.g3262599
pkgrel = 1
url = http://www.weechat.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 77edca6..16e1159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=weechat-git
-pkgver=1.1.r160.g6c4b574
+pkgver=1.2.r10.g3262599
pkgrel=1
pkgdesc="Fast, light & extensible IRC client (curses UI)"
@@ -31,7 +31,7 @@ build() {
# https://github.com/weechat/weechat/issues/287
export CFLAGS="$CFLAGS -fPIC"
- cmake -DPREFIX=/usr \
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so\
-DENABLE_MAN=ON \