summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Werling2016-05-19 22:24:21 +0200
committerLukas Werling2016-05-19 22:28:24 +0200
commit022eb4d96b8cb21d7ebdfe1c5e842539d9980670 (patch)
treed8ed56712ae8bba0310a5732b62263ef53d13dfc
parent25fbbb07fc59393ae788574dc85aaec848bc040d (diff)
downloadaur-022eb4d96b8cb21d7ebdfe1c5e842539d9980670.tar.gz
mksrcinfo: sourceweb-r401.148955d-2
-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"