summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2020-08-24 10:21:22 +0200
committerL.G. Sarmiento2020-08-24 10:21:22 +0200
commitc8cc86e29c935ffc6311d1fdc7b9332d11a13914 (patch)
treec6ec7f73e806052b5592cb54729913374ae1f8d6
parent7dae95b8dd2ca645d9aada0a88b637af5eae14b8 (diff)
downloadaur-c8cc86e29c935ffc6311d1fdc7b9332d11a13914.tar.gz
URL for download updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997afdfbc0f6..b8f30ece09c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Dec 16 17:32:37 UTC 2019
+# Mon Aug 24 08:20:44 UTC 2020
pkgbase = geant4-incldata
pkgdesc = Data files for proton and neutron density profiles in INCL
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://geant4.cern.ch/
install = geant4-incldata.install
arch = any
license = GPL
depends = geant4>=10.5
- source = http://geant4.cern.ch/support/source/G4INCL.1.0.tar.gz
+ source = https://cern.ch/geant4-data/datasets/G4INCL.1.0.tar.gz
source = geant4-incldata.install
sha256sums = 716161821ae9f3d0565fbf3c2cf34f4e02e3e519eb419a82236eef22c2c4367d
sha256sums = 6cceb92f5ce8ffff1630d39d1fe7f2f8dc3be431ff3506914eb3e3655bb9e7a4
diff --git a/PKGBUILD b/PKGBUILD
index 4c592009738a..86f39d2fb494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=geant4-incldata
_dataname="G4INCL"
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Data files for proton and neutron density profiles in INCL"
url="http://geant4.cern.ch/"
arch=('any')
@@ -11,7 +11,7 @@ depends=('geant4>=10.5')
#it cannot be optdepend since we require the geant4.sh file to exist
#to setup the environment variable
install="${pkgname}.install"
-source=("http://geant4.cern.ch/support/source/${_dataname}.${pkgver}.tar.gz"
+source=("https://cern.ch/geant4-data/datasets/${_dataname}.${pkgver}.tar.gz"
"${pkgname}.install")
sha256sums=('716161821ae9f3d0565fbf3c2cf34f4e02e3e519eb419a82236eef22c2c4367d'
'6cceb92f5ce8ffff1630d39d1fe7f2f8dc3be431ff3506914eb3e3655bb9e7a4')