summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent02832b69709562c34946a0783888ec74f3f9cf21 (diff)
downloadaur-6988e8fa993af2f023e4ca53e01e3df28216c36a.tar.gz
depends on 10.4.0 not 10.4 for standarization
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"