summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2017-12-11 08:59:43 +0100
committerL.G. Sarmiento2017-12-11 08:59:43 +0100
commit6988e8fa993af2f023e4ca53e01e3df28216c36a (patch)
treedbcdb6524bde9cfbf918e31ffdb9e5ca6dd4f596
parent02832b69709562c34946a0783888ec74f3f9cf21 (diff)
downloadaur-6988e8fa993af2f023e4ca53e01e3df28216c36a.tar.gz
depends on 10.4.0 not 10.4 for standarization
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ff02a3ac28..4343219ccb24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 10 21:39:57 UTC 2017
+# Mon Dec 11 07:58:58 UTC 2017
pkgbase = geant4-radioactivedata
pkgdesc = Data files for radioactive decay hadronic processes
pkgver = 5.2
@@ -8,7 +8,7 @@ pkgbase = geant4-radioactivedata
install = geant4-radioactivedata.install
arch = any
license = GPL
- depends = geant4>=10.4
+ depends = geant4>=10.4.0
source = http://geant4.cern.ch/support/source/G4RadioactiveDecay.5.2.tar.gz
source = geant4-radioactivedata.install
md5sums = e035ed77e12be3a69c2d32806d1b5cde
diff --git a/PKGBUILD b/PKGBUILD
index 7a22e2aa21d2..a078a867c861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Data files for radioactive decay hadronic processes"
url="http://geant4.cern.ch/"
arch=('any')
license=('GPL')
-depends=('geant4>=10.4')
+depends=('geant4>=10.4.0')
#it cannot be optdepend since we require the geant4.sh file to exist
#to setup the environment variable
install="${pkgname}.install"