summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50a1964eceba..d47140ed892d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 15:14:54 UTC 2020
+# Tue Dec 8 15:18:07 UTC 2020
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 5767fb87fb10..81ca718219b1 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-webengine')
@@ -58,7 +58,7 @@ build() {
make clean
make prefix=/usr \
- withqt=5 \
+ withqt=4 \
GO4_OS=Linux \
rpath=true \
withdabc=yes \