summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2019-12-11 11:14:12 +0100
committerL.G. Sarmiento2019-12-11 11:14:12 +0100
commit141bb79234984d242605f34a823a1be49b5b397b (patch)
treefe79b00c37761edde5e2a93a57b8839f187dcef5
parentab89595a2b9e04f9a9ffa8a8e3034420b4483d48 (diff)
downloadaur-141bb79234984d242605f34a823a1be49b5b397b.tar.gz
added openmotif dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d0d87eca95b..f1081e4c1c00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 10 16:37:23 UTC 2019
+# Wed Dec 11 10:13:48 UTC 2019
pkgbase = geant4
pkgdesc = A simulation toolkit for particle physics interactions.
pkgver = 10.6.0
@@ -12,6 +12,7 @@ pkgbase = geant4
depends = xerces-c
depends = qt5-base
depends = glu
+ depends = openmotif
depends = zlib
optdepends = java-environment: for histogram visualizations and analysis
optdepends = tcsh: for C Shell support
diff --git a/PKGBUILD b/PKGBUILD
index cd0ac12079b9..21aad4e6d946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ depends=('cmake>=3.8'
'xerces-c'
'qt5-base'
'glu'
+ 'openmotif'
# 'soxt'
'zlib'
)