summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Falezza2023-08-07 12:02:31 +0100
committerFilippo Falezza2023-08-07 12:02:31 +0100
commit0c8cc4a1920ba8bc0eaf76e26c6804e5639f438b (patch)
tree5aa43d523ace6b58c634190ba8d78eb01189ad3e /PKGBUILD
parentfd78b19f6b0d6f4c5fd62bbeeb2dcc11de3dd92a (diff)
downloadaur-0c8cc4a1920ba8bc0eaf76e26c6804e5639f438b.tar.gz
moved root optdepend to depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 223f4771cb11..46dbc454018d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ depends=(
'python>=3'
'boost'
'tbb'
+ 'root'
)
provides=('geant4')
conflicts=(
@@ -39,7 +40,6 @@ optdepends=(
'tcsh'
'geant4-lend'
'dawn'
- 'root'
)
url="http://geant4.cern.ch/"
arch=('x86_64')