summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2017-06-15 11:55:38 +0300
committerCaleb Maclennan2017-06-15 12:02:46 +0300
commitd0411b3e52910caf900b24cf8621ce80ab22790e (patch)
tree7b79327569a52773c54d7b431ef11e44ddc70173 /PKGBUILD
parente89cd68ba9a08dc70234c6190b255bc651197424 (diff)
downloadaur-d0411b3e52910caf900b24cf8621ce80ab22790e.tar.gz
Note entr and rsync dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c294fdeb9915..c3f6306ff406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=casile-git
-pkgdesc="Caleb's SILE publishing toolkit "
+pkgdesc="Caleb's SILE publishing toolkit"
pkgver=0.0.0.r319.g3650731
_branch='master'
-pkgrel=3
+pkgrel=4
arch=(any)
url='https://github.com/alerque/casile/'
license=('LGPL3')
@@ -14,6 +14,7 @@ source=("git://github.com/alerque/${pkgname%-git}.git#branch=${_branch}")
sha512sums=('SKIP')
makedepends=('git')
depends=('cpdf'
+ 'entr'
'haskell-pandoc'
'imagemagick7'
'inkscape'
@@ -24,6 +25,7 @@ depends=('cpdf'
'poppler'
'povray'
'python-usfm2osis-cw-git'
+ 'rsync'
'sile-git>=0.9.4.r361'
'ttf-hack'
'zint')