summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692021-01-20 11:04:31 +0100
committerarchibald8692021-01-20 11:04:31 +0100
commit3580bae4c0d4bda0043fb47933d3303a16170630 (patch)
tree05525d5176c211faa9f279a2189ca01c6158a36f
parente0bd010cdcd4aab4cedc13b409803d34d4de9bb8 (diff)
downloadaur-3580bae4c0d4bda0043fb47933d3303a16170630.tar.gz
Update to version 0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d55d44f664..ad4b490584e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cling
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
- pkgver = 0.7
- pkgrel = 3
+ pkgver = 0.8
+ pkgrel = 1
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = cling
conflicts = cling
source = llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches
source = clang::git+http://root.cern.ch/git/clang.git#branch=cling-patches
- source = cling::git+http://root.cern.ch/git/cling.git#tag=v0.7
+ source = cling::git+http://root.cern.ch/git/cling.git#tag=v0.8
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 744667773692..ed42724f5356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: archibald869 <archibald869 at web dot de>
pkgname=cling
-pkgver=0.7
-pkgrel=3
+pkgver=0.8
+pkgrel=1
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
url="https://root.cern.ch/cling"
@@ -35,10 +35,6 @@ prepare() {
if [ ! -h "$srcdir/llvm/tools/cling" ]; then
ln -s "$srcdir/cling" "$srcdir/llvm/tools/cling"
fi
-
- # fix compile error "‘EST_ComputedNoexcept’ was not declared in this scope"
- # see https://github.com/root-project/cling/commit/4203690c46e438f6e43f1aaf8cb41b8b582c6002
- sed -i 's@if (FT->getExceptionSpecType() == EST_ComputedNoexcept) {@if (isComputedNoexcept(FT->getExceptionSpecType())) {@' "$srcdir/cling/lib/Interpreter/ForwardDeclPrinter.cpp"
}
build() {