summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Gsänger2020-11-20 16:05:46 +0100
committerSebastian Gsänger2020-11-20 16:05:46 +0100
commit4abd7348986a2e41990b6ba8b928497c155e8cb1 (patch)
treeca6befac2be0aa65c9b0347918a4c5010e64db96
parentb521d7384d3f8baa33f1d458a201c4efc3478db3 (diff)
downloadaur-4abd7348986a2e41990b6ba8b928497c155e8cb1.tar.gz
fix clang-version
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d531335d3f91..4e5bee556b25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cling-dev
pkgdesc = Interactive C++ interpreter (includes custom clang and llvm for dev).
pkgver = v0.7
- pkgrel = 1
+ pkgrel = 2
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = cling-dev
makedepends = python2
makedepends = jupyter
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 = clang::git+http://root.cern.ch/git/clang.git#tag=cling-v0.7
source = cling::git+http://root.cern.ch/git/cling.git#tag=v0.7
sha256sums = SKIP
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1cbaa05c5e68
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*/
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 7aeb499fe118..dad003c9b517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# derived from cling-git
pkgname=(cling-dev cling-jupyter-dev)
pkgver=v0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive C++ interpreter (includes custom clang and llvm for dev)."
arch=('i686' 'x86_64')
url="https://root.cern.ch/cling"
@@ -10,7 +10,7 @@ license=('custom:Cling Release License')
makedepends=('cmake' 'libffi' 'git' 'python' 'python2' 'jupyter')
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"
+ "clang::git+http://root.cern.ch/git/clang.git#tag=cling-v0.7"
"cling::git+http://root.cern.ch/git/cling.git#tag=v0.7"
)
sha256sums=(