summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2016-04-23 14:31:54 +0300
committerCaleb Maclennan2016-04-23 14:57:18 +0300
commitc1f3890a53e40ed97d66438ffe01588b2aedcdd1 (patch)
tree19150689daab194be64a94dcca11bdacebf6d97c /PKGBUILD
parent8968c08f9cb10e845e1ae7379475c0a4ea171f51 (diff)
downloadaur-c1f3890a53e40ed97d66438ffe01588b2aedcdd1.tar.gz
Add depends on luautf8 rock
While not technically required, using this Lua rock is the upstream recommended way to deal with string handling functions in non-English documents, so making sure it's available makes sense for Arch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 209ab78af815..d95d601fbbba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sile-git
pkgdesc='Modern typesetting system inspired by TeX'
-pkgver=0.9.3_403_g8c9a338
+pkgver=0.9.3_446_g21db1ae
_branch='master'
pkgrel=1
arch=(any)
@@ -16,6 +16,7 @@ sha512sums=('SKIP')
depends=('lua-lpeg'
'lua-expat'
'lua-filesystem'
+ 'lua-utf8'
'fontconfig'
'harfbuzz')