summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8edbcf3a270..0a955b8475e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Oct 8 15:09:18 UTC 2018
+# Fri Nov 23 10:43:05 UTC 2018
pkgbase = go4
pkgdesc = Object-oriented system (GSI Object Oriented On-line Off-line system) based on ROOT
- pkgver = 5.3.0
- pkgrel = 10
+ pkgver = 5.3.2
+ pkgrel = 1
url = https://www.gsi.de/en/work/research/electronics/data_processing/data_analysis/the_go4_home_page.htm
arch = x86_64
license = GPL
depends = root
depends = qt4
- source = http://web-docs.gsi.de/~go4/download/go4-5.3.0.tar.gz
- sha256sums = fa6bd9707295f44a55084b880f164b826867fcb11b42ebe40ef3e712212d2fd7
+ source = http://web-docs.gsi.de/~go4/download/go4-5.3.2.tar.gz
+ sha256sums = eca243e519bf5903fee8e47f9fdbab0713075d4eb2ea14eb805946938cb544bf
pkgname = go4
diff --git a/PKGBUILD b/PKGBUILD
index aa1c24916c0f..04fd8ddf955b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
# Contributor: Luis Sarmiento < Luis.Sarmiento-ala-nuclear.lu.se >
#
-# It looks that ROOT6 requires the modification/definition of the variable ROOT_INCLUDE_PATH to /usr/include/go4
-# so we do this at the /etc/profile.d/go4.sh file.
#
pkgname=go4
_Pkgname=Go4
-pkgver=5.3.0
-pkgrel=10
+pkgver=5.3.2
+pkgrel=1
pkgdesc='Object-oriented system (GSI Object Oriented On-line Off-line system) based on ROOT'
arch=('x86_64')
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")
-sha256sums=('fa6bd9707295f44a55084b880f164b826867fcb11b42ebe40ef3e712212d2fd7')
+sha256sums=('eca243e519bf5903fee8e47f9fdbab0713075d4eb2ea14eb805946938cb544bf')
prepare() {