summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \