summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e8156b5567..9ca3c6a9b96f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Thu May 19 19:40:12 UTC 2016
+# Thu May 19 20:28:16 UTC 2016
pkgbase = sourceweb
pkgdesc = Source code indexer and code navigation tool for C/C++ code.
pkgver = r401.148955d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rprichard/sourceweb
arch = x86_64
license = BSD
- makedepends = qt4
makedepends = llvm
makedepends = clang
- depends = qt4
+ depends = qt5-base
depends = python
source = sourceweb::git+https://github.com/rprichard/sourceweb
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9ea895a4b11c..3f589f5fffd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Lukas Werling <lukas.werling@gmail.com>
pkgname=sourceweb
pkgver=r401.148955d
-pkgrel=1
+pkgrel=2
pkgdesc="Source code indexer and code navigation tool for C/C++ code."
arch=('x86_64')
url="https://github.com/rprichard/sourceweb"