summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d7be613c854..40d9be2f375c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# vim: set shiftwidth=3:
# Maintainer: Adrian Bacircea <adrian.bacircea@gmail.com>
pkgname=sourceweb
-pkgver=r399.d0c2fdf
+pkgver=r401.148955d
pkgrel=1
pkgdesc="Source code indexer and code navigation tool for C/C++ code."
arch=('x86_64')
url="https://github.com/rprichard/sourceweb"
license=('BSD')
-depends=('qt4' 'python' 'clang')
-makedepends=('qt4')
+depends=('qt4' 'python')
+makedepends=('qt4' 'llvm' 'clang')
source=("${pkgname}::git+https://github.com/rprichard/sourceweb")
sha256sums=('SKIP')