summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2017-04-04 16:49:54 +0200
committerL.G. Sarmiento2017-04-04 16:49:54 +0200
commit9ad654da5c728e3f71b8f443c5e9d3272b65c8d9 (patch)
tree62ed0b74ce0190ce2a71313e08507db0d98e6730
parent142d49991eaae42c54a3a31d34fc6afe30216a7a (diff)
downloadaur-9ad654da5c728e3f71b8f443c5e9d3272b65c8d9.tar.gz
updated to 5.2.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c460a4d36273..798d1a3a02c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Nov 2 09:07:03 UTC 2016
+# Tue Apr 4 14:49:05 UTC 2017
pkgbase = go4
pkgdesc = Object-oriented system (GSI Object Oriented On-line Off-line system) based on ROOT
- pkgver = 5.1.2
- pkgrel = 2
- url = https://www.gsi.de/en/work/fairgsi/rare_isotope_beams/electronics/data_processing/data_analysis/the_go4_home_page.htm
+ pkgver = 5.2.0
+ pkgrel = 1
+ url = https://www.gsi.de/en/work/research/electronics/data_processing/data_analysis/the_go4_home_page.htm
arch = i686
arch = x86_64
license = GPL
- depends = root5
+ depends = root
depends = qt4
- source = http://web-docs.gsi.de/~go4/download/go4-5.1.2.tar.gz
- md5sums = 8083fe20cf894225039c4347de828f73
+ source = http://web-docs.gsi.de/~go4/download/go4-5.2.0.tar.gz
+ md5sums = eede668b446e899da12487f182957ed0
pkgname = go4
diff --git a/PKGBUILD b/PKGBUILD
index 171e957efb2f..b9ce9fde1ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
#
pkgname=go4
_Pkgname=Go4
-pkgver=5.1.2
-pkgrel=2
+pkgver=5.2.0
+pkgrel=1
pkgdesc='Object-oriented system (GSI Object Oriented On-line Off-line system) based on ROOT'
arch=('i686' 'x86_64')
-depends=('root5' 'qt4')
-url="https://www.gsi.de/en/work/fairgsi/rare_isotope_beams/electronics/data_processing/data_analysis/the_go4_home_page.htm"
+depends=('root' 'qt4')
+url="https://www.gsi.de/en/work/research/electronics/data_processing/data_analysis/the_go4_home_page.htm"
license=('GPL')
source=("http://web-docs.gsi.de/~go4/download/go4-${pkgver}.tar.gz")
-md5sums=('8083fe20cf894225039c4347de828f73')
+md5sums=('eede668b446e899da12487f182957ed0')
_USEQT=4 # qt4 - Qt 4.6.x and higher (recommended) <-- from the source code 5.1.2
@@ -36,7 +36,7 @@ build() {
cd go4-${pkgver}
make clean-bin
make clean
- make prefix=/usr withqt=$_USEQT GO4_OS=Linux rpath=true withdabc=no nodepend=0 debug=1 all || return 1
+ make prefix=/usr withqt=$_USEQT GO4_OS=Linux rpath=true withdabc=yes nodepend=0 debug=1 all || return 1
}