summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692021-05-14 21:56:37 +0200
committerarchibald8692021-05-14 21:56:37 +0200
commit6040aaabdc8809025d67e085814793e339dbdffc (patch)
tree90d0809580b8ccbec8cf41b497ff1f695741251c
parent3580bae4c0d4bda0043fb47933d3303a16170630 (diff)
downloadaur-6040aaabdc8809025d67e085814793e339dbdffc.tar.gz
Update to version 0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4b490584e8..d366120ca761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cling
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = https://root.cern.ch/cling
arch = i686
@@ -14,9 +14,9 @@ pkgbase = cling
optdepends = perl: support for scan-build, ccc-analyzer and c++-analyzer
provides = 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.8
+ source = llvm::git+http://root.cern/git/llvm.git#branch=cling-patches
+ source = clang::git+http://root.cern/git/clang.git#branch=cling-patches
+ source = cling::git+http://root.cern/git/cling.git#tag=v0.9
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ed42724f5356..38bfb9e6e4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: archibald869 <archibald869 at web dot de>
pkgname=cling
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
@@ -16,9 +16,9 @@ optdepends=(
"perl: support for scan-build, ccc-analyzer and c++-analyzer"
)
source=(
- "llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches"
- "clang::git+http://root.cern.ch/git/clang.git#branch=cling-patches"
- "cling::git+http://root.cern.ch/git/cling.git#tag=v$pkgver"
+ "llvm::git+http://root.cern/git/llvm.git#branch=cling-patches"
+ "clang::git+http://root.cern/git/clang.git#branch=cling-patches"
+ "cling::git+http://root.cern/git/cling.git#tag=v$pkgver"
)
sha256sums=(
"SKIP"