summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6586317fe2b3..7a22e2aa21d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: L.G. Sarmiento (Pico) <Luis.Sarmientop-ala-nuclear.lu.se>
pkgname=geant4-radioactivedata
-pkgver=5.1.1
+pkgver=5.2
pkgrel=1
_dataname="G4RadioactiveDecay"
_foldername="RadioactiveDecay${pkgver}"
@@ -8,14 +8,14 @@ pkgdesc="Data files for radioactive decay hadronic processes"
url="http://geant4.cern.ch/"
arch=('any')
license=('GPL')
-depends=('geant4>=10.3')
+depends=('geant4>=10.4')
#it cannot be optdepend since we require the geant4.sh file to exist
#to setup the environment variable
install="${pkgname}.install"
source=("http://geant4.cern.ch/support/source/${_dataname}.${pkgver}.tar.gz"
"${pkgname}.install")
-md5sums=('d298454d2217359b7b3d1050c9ac34fc'
- 'b1766e7951ab345606df76e2eb8c3f37')
+md5sums=('e035ed77e12be3a69c2d32806d1b5cde'
+ 'a59f3a0a197897e36100ed1aa8fd1e90')
## Remove this if you want to keep an even smaller package
## No need to wait for compression when just installing it.