summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6738d4c63ae9..5a489517bd6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = geant4-full
optdepends = tcsh
optdepends = geant4-lend
optdepends = dawn
+ provides = geant4
conflicts = geant4_devel
conflicts = geant4
conflicts = geant4-debug
diff --git a/PKGBUILD b/PKGBUILD
index ff6feb323d1a..c41c15a3dab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ depends=(
'python>=3'
'boost'
)
+provides=('geant4')
conflicts=('geant4_devel' 'geant4' 'geant4-debug')
optdepends=(
'java-environment'