summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL.G. Sarmiento2020-01-30 16:41:46 +0100
committerL.G. Sarmiento2020-01-30 16:41:46 +0100
commitcc92743c27036333769075acbc47eda234e4dad0 (patch)
treed2f27e12c7e31f5e81c0bfb84a6fc478f27465ee /PKGBUILD
parent71a062064d30c3cca514eed7d34ac66423d8b817 (diff)
downloadaur-cc92743c27036333769075acbc47eda234e4dad0.tar.gz
returned to Qt4. Couldn't compile otherwise
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f74658e790b..1ba6bcf6485a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=go4
_Pkgname=Go4
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Object-oriented system (GSI Object Oriented On-line Off-line system) based on ROOT'
arch=('x86_64')
depends=('root' 'qt5-base')
@@ -39,7 +39,7 @@ build() {
make clean
make prefix=/usr \
- withqt=5 \
+ withqt=4 \
GO4_OS=Linux \
rpath=true \
withdabc=yes \