summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692021-01-20 11:04:31 +0100
committerarchibald8692021-01-20 11:04:31 +0100
commit3580bae4c0d4bda0043fb47933d3303a16170630 (patch)
tree05525d5176c211faa9f279a2189ca01c6158a36f /PKGBUILD
parente0bd010cdcd4aab4cedc13b409803d34d4de9bb8 (diff)
downloadaur-3580bae4c0d4bda0043fb47933d3303a16170630.tar.gz
Update to version 0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
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() {