summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 143efe32d2f7..819fc00b88a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = geant4-full
pkgdesc = A simulation toolkit for particle physics interactions - includes all the optional libraries
pkgver = 11.1.0
- pkgrel = 3
+ pkgrel = 4
url = http://geant4.cern.ch/
arch = x86_64
license = custom: http://geant4.cern.ch/license/
diff --git a/PKGBUILD b/PKGBUILD
index 00307a76842f..cb0d32c90e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='geant4-full'
pkgver=11.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A simulation toolkit for particle physics interactions - includes all the optional libraries"
depends=(
'cmake>=3.16'
@@ -89,6 +89,7 @@ package() {
cd $srcdir
install -D -m 755 Geant4.sh $pkgdir/etc/profile.d/Geant4.sh
install -D -m 755 Geant4.csh $pkgdir/etc/profile.d/Geant4.csh
+ ln -s $pkgdir/usr/include/Geant4/CLHEP $pkgdir/usr/include/CLHEP
cd ${srcdir}/build
make DESTDIR="${pkgdir}" install