summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraudiolinux2016-12-29 18:49:20 +0100
committeraudiolinux2016-12-29 18:49:20 +0100
commit02870731741c65c68cf5642c7ca483f03de1dc9f (patch)
treebdbb7333f4e6ba3179c2560ec38c358d4aeb8b27 /PKGBUILD
parent8982f5d1188f386c7a25843aaad830d72c656c19 (diff)
downloadaur-scribus1.5.tar.gz
PKGBUILD fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b57714801778..0456c953ceb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=scribus1.5
pkgver=21022
-pkgrel=3
+pkgrel=4
pkgdesc="A desktop publishing program - Version 1.5 svn"
arch=('i686' 'x86_64')
license=('custom:(L)GPL')
@@ -39,7 +39,7 @@ build() {
-DCMAKE_SKIP_RPATH:BOOL=YES -DWANT_GRAPHICSMAGICK=1 \
-DCMAKE_INCLUDE_PATH=/usr/include/python2.7 \
-DCMAKE_EXE_LINKER_FLAGS="-lQt5Quick -lQt5PrintSupport" \
- -DQT_PREFIX="/usr" -DWANT_CPP11=1
+ -DQT_PREFIX="/usr"
make
}