summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJim Fowler2017-08-09 07:18:24 -0400
committerJim Fowler2017-08-09 07:18:24 -0400
commit4e5037273f6b3bede9d552fd1171a028eddf06fb (patch)
tree4f5ec40c346d99c507847ce49c76b5e7a4a9d68b /PKGBUILD
parente3d9263f43a23531d3ccff839f53959d64be2d05 (diff)
downloadaur-xake-git.tar.gz
dynamically linked to libgit2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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