summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f728ffcd10e..8732ebbd23df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xiphos-git
pkgver=r4065
-pkgrel=1
+pkgrel=3
pkgdesc="A Bible study tool -- git version"
arch=('i686' 'x86_64')
url="http://xiphos.org"
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd ${pkgname%-git}
- CXX=g++ python2 ./waf --prefix=/usr --enable-webkit2 configure
+ python2 ./waf --prefix=/usr --enable-webkit2 configure
python2 ./waf --prefix=/usr --enable-webkit2 build
}