summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2016-08-18 12:12:06 +0100
committerEmmanuel Gil Peyrot2016-08-18 12:12:06 +0100
commit0f3046544977a490c07593a6acd0824f054a3370 (patch)
tree13162bf90e8fae630a58445dac76205fbb2a9e08
parent017558bfce6a6040028d557f6761d6d9fbf5d740 (diff)
downloadaur-0f3046544977a490c07593a6acd0824f054a3370.tar.gz
Update to the clang_3.8 branch.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4f9a27f1e98..c2740c903603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
+# Generated by mksrcinfo v8
+# Thu Aug 18 11:11:41 UTC 2016
pkgbase = include-what-you-use-git
pkgdesc = A tool for use with clang to analyze #includes in C and C++ source files
- pkgver = r549.ca5bef8
+ pkgver = r591.f09b88a
pkgrel = 1
url = http://code.google.com/p/include-what-you-use/
arch = i686
arch = x86_64
license = LLVM Release License
- makedepends = clang>=3.7
- makedepends = clang<3.8
- depends = clang>=3.7
- depends = clang<3.8
+ makedepends = clang>=3.8
+ makedepends = clang<3.9
+ depends = clang>=3.8
+ depends = clang<3.9
optdepends = python: for the fix_includes.py script
- provides = include-what-you-use=0.5
+ provides = include-what-you-use=0.6
conflicts = include-what-you-use
- source = include-what-you-use::git+https://github.com/include-what-you-use/include-what-you-use
+ source = include-what-you-use::git+https://github.com/include-what-you-use/include-what-you-use#branch=clang_3.8
sha1sums = SKIP
pkgname = include-what-you-use-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b921be69c79..30033235143d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
_pkgbase=include-what-you-use
pkgname="$_pkgbase-git"
-pkgver=r549.ca5bef8
+pkgver=r591.f09b88a
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/"
license=('LLVM Release License')
arch=('i686' 'x86_64')
-depends=('clang>=3.7' 'clang<3.8')
-makedepends=('clang>=3.7' 'clang<3.8')
+depends=('clang>=3.8' 'clang<3.9')
+makedepends=('clang>=3.8' 'clang<3.9')
optdepends=('python: for the fix_includes.py script')
conflicts=("$_pkgbase")
-provides=("$_pkgbase=0.5")
+provides=("$_pkgbase=0.6")
-source=("$_pkgbase::git+https://github.com/include-what-you-use/include-what-you-use")
+source=("$_pkgbase::git+https://github.com/include-what-you-use/include-what-you-use#branch=clang_3.8")
sha1sums=('SKIP')
pkgver() {