summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20e1dd765ee..50ae02ed948d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 11 10:28:55 UTC 2018
+# Fri Mar 8 13:46:21 UTC 2019
pkgbase = geant4
pkgdesc = A simulation toolkit for particle physics interactions.
pkgver = 10.5
- pkgrel = 1
+ pkgrel = 2
url = http://geant4.cern.ch/
install = geant4.install
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = geant4
optdepends = geant4-realsurfacedata: Data files for measured optical surface reflectance
optdepends = geant4-saiddata: Data files from evaluated cross-sections in SAID data-base
optdepends = geant4-abladata: Data files for nuclear shell effects in INCL/ABLA hadronic mode
- optdepends = geant4-incdata: Data files for proton and neutron density profiles
+ optdepends = geant4-incldata: Data files for proton and neutron density profiles
optdepends = geant4-ensdfstatedata: Nuclei properties from the Evaluated Nuclear Structure Data Files
optdepends = geant4-particlehpdata: Data files for protons, deuterons, tritons, He3 and alphas for use with ParticleHP
conflicts = geant4_devel
diff --git a/PKGBUILD b/PKGBUILD
index bb0129f03011..f23b03dd36d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='geant4'
pkgver=10.5
_pkgver=10.05
-pkgrel=1
+pkgrel=2
pkgdesc="A simulation toolkit for particle physics interactions."
depends=('cmake>=3.3'
'xerces-c'
@@ -24,7 +24,7 @@ analysis'
'geant4-realsurfacedata: Data files for measured optical surface reflectance'
'geant4-saiddata: Data files from evaluated cross-sections in SAID data-base'
'geant4-abladata: Data files for nuclear shell effects in INCL/ABLA hadronic mode'
- 'geant4-incdata: Data files for proton and neutron density profiles'
+ 'geant4-incldata: Data files for proton and neutron density profiles'
'geant4-ensdfstatedata: Nuclei properties from the Evaluated Nuclear Structure Data Files'
'geant4-particlehpdata: Data files for protons, deuterons, tritons, He3 and alphas for use with ParticleHP'
)