summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 746332280e74..d8ac26b03f06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:27:52 UTC 2016
+# Sun Jul 3 02:05:01 UTC 2016
pkgbase = jucipp-git
pkgdesc = A lightweight platform-independent C++ IDE
pkgver = r1629.0406b7c
@@ -11,12 +11,14 @@ pkgbase = jucipp-git
makedepends = git
makedepends = cmake
makedepends = pkg-config
+ makedepends = boost
depends = gtksourceviewmm
depends = clang
depends = aspell
depends = lldb
- depends = boost
+ depends = boost-libs
depends = libgit2
+ depends = ctags
source = jucipp::git+https://github.com/cppit/jucipp.git
source = git+https://github.com/cppit/libclangmm.git
source = git+https://github.com/eidheim/tiny-process-library
diff --git a/PKGBUILD b/PKGBUILD
index 59d4b7312315..0f8f7c5b9379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/cppit/jucipp"
license=('MIT')
-depends=('gtksourceviewmm' 'clang' 'aspell' 'lldb' 'boost-libs' 'libgit2')
+depends=('gtksourceviewmm' 'clang' 'aspell' 'lldb' 'boost-libs' 'libgit2' 'ctags')
makedepends=('git' 'cmake' 'pkg-config' 'boost')
source=("$_pkgbase::git+https://github.com/cppit/jucipp.git"