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 1efe7a171626..7fd69e2dae41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
pkgname=geant4-radioactivedata
_dataname="G4RadioactiveDecay"
_foldername="RadioactiveDecay"
-pkgver=4.3
+pkgver=4.3.1
pkgrel=1
pkgdesc="Data files for radioactive decay hadronic processes"
url="http://geant4.cern.ch/"
arch=('any')
license=('GPL')
-depends=('geant4>=10.2.0')
+depends=('geant4>=10.2.1')
#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=('9f1630a5d9f00b4ba1ffc5f7df174827'
- '21c56c23cbaf05336cbf32f474d6e7c7')
+md5sums=('e4a1a08a1c26000ffd32f17c38309c6d'
+ 'c16245e11b6c8d1d836a3be007651237')
## Remove this if you want to keep an even smaller package
## No need to wait for compression when just installing it.