summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL.G. Sarmiento2017-12-11 09:02:54 +0100
committerL.G. Sarmiento2017-12-11 09:02:54 +0100
commitff0a4940ff031035777e4461c94b5f9b8beb62e9 (patch)
tree1a4e8c1910ca5ff72aa828f3b0fe958310a664d2 /PKGBUILD
parenta4af4e3072af48d8f631c26d875d0961ba575bef (diff)
downloadaur-ff0a4940ff031035777e4461c94b5f9b8beb62e9.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 888dd8f664ba..af839737ed8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Nuclei properties from the Evaluated Nuclear Structure Data Files"
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"