summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Falezza2022-12-14 15:52:30 +0100
committerFilippo Falezza2022-12-14 15:52:30 +0100
commit80269371901cb8f35318583fba18f081af2ae218 (patch)
tree3272031096632b9d644933ba21804d89e82ab889 /PKGBUILD
parente0efdc17ef419b2229d5ca0883cc8f68782f937d (diff)
downloadaur-80269371901cb8f35318583fba18f081af2ae218.tar.gz
fixed opt-depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d36a0fe334e..43fdd0bdeb8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='geant4-full'
pkgver=11.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simulation toolkit for particle physics interactions - includes all the optional libraries"
depends=(
'cmake>=3.16'
@@ -19,7 +19,7 @@ conflicts=('geant4_devel' 'geant4' 'geant4-debug')
optdepends=(
'java-environment'
'tcsh'
- 'geant4-LEND'
+ 'geant4-lend'
)
url="http://geant4.cern.ch/"
arch=('x86_64')