summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ea962576c4..746332280e74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jun 15 20:27:52 UTC 2016
pkgbase = jucipp-git
pkgdesc = A lightweight platform-independent C++ IDE
- pkgver = r1136.472e45a
+ pkgver = r1629.0406b7c
pkgrel = 1
url = https://github.com/cppit/jucipp
arch = i686
@@ -9,11 +11,12 @@ pkgbase = jucipp-git
makedepends = git
makedepends = cmake
makedepends = pkg-config
- makedepends = boost
depends = gtksourceviewmm
depends = clang
depends = aspell
depends = lldb
+ depends = boost
+ depends = libgit2
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 6015793e39df..59d4b7312315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _pkgbase=jucipp
pkgbase=$_pkgbase-git
pkgname=("$_pkgbase-git")
pkgdesc='A lightweight platform-independent C++ IDE'
-pkgver=r1567.bb711f7
+pkgver=r1629.0406b7c
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/cppit/jucipp"
license=('MIT')
-depends=('gtksourceviewmm' 'clang' 'aspell' 'lldb')
-makedepends=('git' 'cmake' 'pkg-config' 'boost')
+depends=('gtksourceviewmm' 'clang' 'aspell' 'lldb' 'boost-libs' 'libgit2')
+makedepends=('git' 'cmake' 'pkg-config' 'boost')
source=("$_pkgbase::git+https://github.com/cppit/jucipp.git"
"git+https://github.com/cppit/libclangmm.git"