summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Falezza2023-01-16 11:43:13 +0100
committerFilippo Falezza2023-01-16 11:43:13 +0100
commit0e5523550934895104caaa67bf4047004b78f348 (patch)
treed256a07b7db629344c4530eaf183a274af8da126 /PKGBUILD
parentbd80187910cec8ef9344b099da47f49e1f353360 (diff)
downloadaur-0e5523550934895104caaa67bf4047004b78f348.tar.gz
added dawn as optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6168852432b1..ff6feb323d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='geant4-full'
pkgver=11.1.0
-pkgrel=5
+pkgrel=6
pkgdesc="A simulation toolkit for particle physics interactions - includes all the optional libraries"
depends=(
'cmake>=3.16'
@@ -20,6 +20,7 @@ optdepends=(
'java-environment'
'tcsh'
'geant4-lend'
+ 'dawn'
)
url="http://geant4.cern.ch/"
arch=('x86_64')