summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692019-05-19 19:16:11 +0200
committerarchibald8692019-05-19 19:16:11 +0200
commitf41dde0ebfbd9023142a7d674b85615748e273a1 (patch)
tree96fbe65c8dc17b70ad3aaaa681b3a1117910f13b
parent323611eea223f93fbcbf18b8c2b08fa21d91a73a (diff)
downloadaur-f41dde0ebfbd9023142a7d674b85615748e273a1.tar.gz
Update to version 0.5.20190518
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c71afe4cc5a..ac7bcdb17bc4 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.20190501
+ pkgver = 0.5.20190518
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.20190501.tar.bz2::https://root.cern.ch/download/cling/cling_2019-05-01_sources.tar.bz2
- sha256sums = 954f5fb716565afc84bb5a8c352f9ad45002489528655e5bc8b26ebceca96bc1
+ source = cling-nightly-0.5.20190518.tar.bz2::https://root.cern.ch/download/cling/cling_2019-05-18_sources.tar.bz2
+ sha256sums = 4ae3d66154e0a4e5dd0dc44028ed86fdb9b5ad6f4d1ca022d824131d37250c48
pkgname = cling-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 94faeb8a48d1..5815c3472e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling-nightly
_pkgname=cling
-_build_date=2019-05-01
+_build_date=2019-05-18
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=(
- "954f5fb716565afc84bb5a8c352f9ad45002489528655e5bc8b26ebceca96bc1"
+ "4ae3d66154e0a4e5dd0dc44028ed86fdb9b5ad6f4d1ca022d824131d37250c48"
)
_num_cores=$(getconf _NPROCESSORS_ONLN)