summarylogtreecommitdiffstats
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
parent71a062064d30c3cca514eed7d34ac66423d8b817 (diff)
downloadaur-cc92743c27036333769075acbc47eda234e4dad0.tar.gz
returned to Qt4. Couldn't compile otherwise
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def3eae9d232..84382396ac46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Nov 22 17:43:41 UTC 2019
pkgbase = go4
pkgdesc = Object-oriented system (GSI Object Oriented On-line Off-line system) based on ROOT
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.gsi.de/en/work/research/experiment_electronics/data_processing/data_analysis/the_go4_home_page.htm
arch = x86_64
license = GPL
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 \