summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-07-07 11:35:22 +0200
committerAdrian Perez de Castro2015-07-07 11:35:22 +0200
commitd9c963bd1442b8432f1b94a48877e25f24db972c (patch)
tree9970528404c0f3d8885a8f91670c68aeb770b665 /PKGBUILD
parenteea8deab31fc87eed079d129b83af30680d96f57 (diff)
downloadaur-d9c963bd1442b8432f1b94a48877e25f24db972c.tar.gz
Add dependency lua-filesystem
Quoting comment from AUR: You should also add 'lua-luafilesystem' as a dependency. The upstream docs form 0.9.2 forgot to call it out but some of the SILE typesetting packages use it. You wouldn't as the system will run without in until you happen to try to typeset a document that uses one of the SILE packages that depends on that Lua rock, but when you did it would bomb as it expects it to be there. See https://github.com/simoncozens/sile/pull/119 for details.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30a5815801b9..59a6f8479480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='sile'
pkgdesc='Modern typesetting system inspired by TeX'
pkgver='0.9.2'
_libtexpdf_ver='04ad589e2aaaa6db1147de1f43cf5bc7e7ed327a'
-pkgrel='1'
+pkgrel='2'
arch=('i386' 'x86_64')
url='http://www.sile-typesetter.org/'
license='custom'
@@ -15,6 +15,7 @@ sha512sums=('20483d10004b874ada9e21ba2abada439e9f7af470252e28ea61b0863282643902b
depends=('lua-lpeg'
'lua-expat'
+ 'lua-filesystem'
'fontconfig'
'harfbuzz')