summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Băcîrcea2016-02-05 20:44:39 +0200
committerAdrian Băcîrcea2016-02-05 20:44:39 +0200
commit765a8f9af99cd701d97d68f6fddfa52813c890a2 (patch)
tree03ba5b656defbfe35368498ced4457950f992519
parente493263dbd59f562d09a4d21c2c7d94825f43f7d (diff)
downloadaur-765a8f9af99cd701d97d68f6fddfa52813c890a2.tar.gz
Switch to rprichard/sourceweb#branch=master
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12c50544d20..5cbea1a0461d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Feb 5 18:44:11 UTC 2016
pkgbase = sourceweb
pkgdesc = Source code indexer and code navigation tool for C/C++ code.
- pkgver = r395.867cd09
+ pkgver = r399.d0c2fdf
pkgrel = 1
url = https://github.com/rprichard/sourceweb
arch = x86_64
@@ -9,7 +11,7 @@ pkgbase = sourceweb
depends = qt4
depends = python
depends = clang
- source = sourceweb::git+https://github.com/adytzu2007/sourceweb#branch=clang-3.6
+ source = sourceweb::git+https://github.com/rprichard/sourceweb
sha256sums = SKIP
pkgname = sourceweb
diff --git a/PKGBUILD b/PKGBUILD
index 47116f03878c..7d7be613c854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# vim: set shiftwidth=3:
# Maintainer: Adrian Bacircea <adrian.bacircea@gmail.com>
pkgname=sourceweb
-pkgver=r395.867cd09
+pkgver=r399.d0c2fdf
pkgrel=1
pkgdesc="Source code indexer and code navigation tool for C/C++ code."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('qt4' 'python' 'clang')
makedepends=('qt4')
-source=("${pkgname}::git+https://github.com/adytzu2007/sourceweb#branch=clang-3.6")
+source=("${pkgname}::git+https://github.com/rprichard/sourceweb")
sha256sums=('SKIP')
pkgver() {