summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d155a88782a5..911939a5abc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 08:10:20 UTC 2016
+# Sat Aug 13 16:54:14 UTC 2016
pkgbase = rtags-git
pkgdesc = RTags is a client/server application that indexes C/C++ code.
- pkgver = r6139.026884d
+ pkgver = r6395.c7c6a69
pkgrel = 1
url = https://github.com/Andersbakken/rtags
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 92e6f6def2e6..ce1c51ab4983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=rtags-git
-pkgver=r6139.026884d
+pkgver=r6395.c7c6a69
pkgrel=1
pkgdesc="RTags is a client/server application that indexes C/C++ code."
arch=('i686' 'x86_64')
@@ -35,7 +35,8 @@ build() {
cd rtags
cmake . \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DRTAGS_NO_BUILD_CLANG=1
make
}