summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Falezza2024-02-27 16:57:26 +0100
committerFilippo Falezza2024-02-27 16:57:26 +0100
commit3df45931ddd6782910d4812d35e390a2a7133d77 (patch)
treef858031373ab8e7edc5fd0818a1b98e87a072d47
parent95d04157c3567bf91b4e18a10c5ff54904ed1963 (diff)
downloadaur-3df45931ddd6782910d4812d35e390a2a7133d77.tar.gz
minor update, fixed sha256
-rw-r--r--PKGBUILD2
-rw-r--r--geant4-full.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31e505cc4f40..7223a9d91503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='geant4-full'
pkgver=11.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="A simulation toolkit for particle physics interactions - includes all the optional libraries"
depends=(
'cmake>=3.16'
diff --git a/geant4-full.install b/geant4-full.install
index ebdd5a23146e..0c8e1694c288 100644
--- a/geant4-full.install
+++ b/geant4-full.install
@@ -38,7 +38,7 @@ post_install(){
}
pre_remove(){
- echo "Backing up Geant4 Libraries. To remove them, please run\n $ sudo rm -Rf /opt/Geant4/Libraries/G4ABLA3.3"
+ echo "Backing up Geant4 Libraries. To remove them, please run\n $ sudo rm -Rf /opt/Geant4/Libraries"
mv /opt/Geant4/Libraries /opt/Geant4/Lib-backup
}