summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2016-11-24 12:57:51 +0300
committerCaleb Maclennan2016-11-24 12:57:51 +0300
commit2fec056d5221a116109db184308d0b20c68774b3 (patch)
tree1700534a7ec129ff4abf3cc0a484318a367408eb /PKGBUILD
parent891a0654e8222ae640625420168b09d65ad92a09 (diff)
downloadaur-2fec056d5221a116109db184308d0b20c68774b3.tar.gz
Note build depends on git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 731321119a75..4caa6e4032c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sile-git
pkgdesc='Modern typesetting system inspired by TeX'
-pkgver=0.9.4.r177.gb66a302
+pkgver=0.9.4.r215.g803e49c
_branch='master'
pkgrel=1
arch=(any)
@@ -13,6 +13,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git://github.com/alerque/${pkgname%-git}.git#branch=${_branch}")
sha512sums=('SKIP')
+makedepends=('git')
depends=('lua-lpeg'
'lua-expat'
'lua-filesystem'