summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-06-11 21:23:32 +0100
committerEmmanuel Gil Peyrot2017-06-11 21:23:32 +0100
commitb681f9eab45c49d9894ae4c97f8302cb3c53d6b4 (patch)
tree78d208df1d95ffa30703a8c1ef4972da49fdeadb /PKGBUILD
parent84e2ec0a800db221768a26b444c6c50f3119f7c5 (diff)
downloadaur-b681f9eab45c49d9894ae4c97f8302cb3c53d6b4.tar.gz
Update to the clang_4.0 branch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cae8f13ec534..8406f0f35cb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
_pkgbase=include-what-you-use
pkgname="$_pkgbase-git"
-pkgver=r635.ae763c4
+pkgver=r664.953970c
pkgrel=1
pkgdesc="A tool for use with clang to analyze #includes in C and C++ source files"
-url="http://code.google.com/p/include-what-you-use/"
+url="https://include-what-you-use.org/"
license=('LLVM Release License')
arch=('i686' 'x86_64')
-depends=('clang>=3.9' 'clang<4.0')
-makedepends=('clang>=3.9' 'clang<4.0')
+depends=('clang>=4.0' 'clang<4.1')
+makedepends=('clang>=4.0' 'clang<4.1')
optdepends=('python: for the fix_includes.py script')
conflicts=("$_pkgbase")
-provides=("$_pkgbase=0.7")
+provides=("$_pkgbase=0.8")
-source=("$_pkgbase::git+https://github.com/include-what-you-use/include-what-you-use#branch=clang_3.9")
+source=("$_pkgbase::git+https://github.com/include-what-you-use/include-what-you-use#branch=clang_4.0")
sha1sums=('SKIP')
pkgver() {