summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692019-05-01 17:28:27 +0200
committerarchibald8692019-05-01 17:28:27 +0200
commit323611eea223f93fbcbf18b8c2b08fa21d91a73a (patch)
treea62b0e4a9b8a009b6e968058129a35bb4ce9ad47
parentb62fd28b486a80eb599c469920e80a2b433a7b6e (diff)
downloadaur-323611eea223f93fbcbf18b8c2b08fa21d91a73a.tar.gz
Update to version 0.5.20190501
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2cd0b6f0df4..0c71afe4cc5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cling-nightly
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
- pkgver = 0.5.20190414
+ pkgver = 0.5.20190501
pkgrel = 1
url = https://root.cern.ch/cling
arch = i686
@@ -12,8 +12,8 @@ pkgbase = cling-nightly
optdepends = perl: support for scan-build, ccc-analyzer and c++-analyzer
provides = cling
conflicts = cling
- source = cling-nightly-0.5.20190414.tar.bz2::https://root.cern.ch/download/cling/cling_2019-04-14_sources.tar.bz2
- sha256sums = 4d5023e6e4c0bc06466139994b5989c7f783b76bf9eef875c499b84d2b2517b8
+ source = cling-nightly-0.5.20190501.tar.bz2::https://root.cern.ch/download/cling/cling_2019-05-01_sources.tar.bz2
+ sha256sums = 954f5fb716565afc84bb5a8c352f9ad45002489528655e5bc8b26ebceca96bc1
pkgname = cling-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 9280bde7923b..94faeb8a48d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling-nightly
_pkgname=cling
-_build_date=2019-04-14
+_build_date=2019-05-01
pkgver=0.5.${_build_date//-}
pkgrel=1
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
@@ -20,7 +20,7 @@ source=(
"${pkgname}-${pkgver}.tar.bz2::https://root.cern.ch/download/cling/cling_${_build_date}_sources.tar.bz2"
)
sha256sums=(
- "4d5023e6e4c0bc06466139994b5989c7f783b76bf9eef875c499b84d2b2517b8"
+ "954f5fb716565afc84bb5a8c352f9ad45002489528655e5bc8b26ebceca96bc1"
)
_num_cores=$(getconf _NPROCESSORS_ONLN)