summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Fowler2017-08-09 07:18:24 -0400
committerJim Fowler2017-08-09 07:18:24 -0400
commit4e5037273f6b3bede9d552fd1171a028eddf06fb (patch)
tree4f5ec40c346d99c507847ce49c76b5e7a4a9d68b
parente3d9263f43a23531d3ccff839f53959d64be2d05 (diff)
downloadaur-4e5037273f6b3bede9d552fd1171a028eddf06fb.tar.gz
dynamically linked to libgit2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e9033c4153..a6f5d12ca1d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xake-git
pkgdesc = A build system for Ximera documents
- pkgver = 3
- pkgrel = 3
+ pkgver = 4
+ pkgrel = 4
url = https://github.com/XimeraProject/xake/
arch = x86_64
arch = i686
@@ -11,6 +11,8 @@ pkgbase = xake-git
depends = mupdf-tools
depends = texlive-htmlxml
depends = gnupg
+ depends = pkg-config
+ depends = libgit2
options = !strip
options = !emptydirs
source = git+https://github.com/XimeraProject/xake.git
diff --git a/PKGBUILD b/PKGBUILD
index 7d49fe13401a..871e5a0ee19c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=xake-git
_pkgname=xake
-pkgver=3
-pkgrel=3
+pkgver=4
+pkgrel=4
pkgdesc="A build system for Ximera documents"
arch=('x86_64' 'i686')
url="https://github.com/XimeraProject/xake/"
license=('MIT')
-depends=('mupdf-tools' 'texlive-htmlxml' 'gnupg')
+depends=('mupdf-tools' 'texlive-htmlxml' 'gnupg' 'pkg-config' 'libgit2')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
_gourl=github.com/XimeraProject/xake