summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fc1ad8e877f..56baa188af33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = sile
pkgdesc = Modern typesetting system inspired by TeX
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.sile-typesetter.org/
arch = i386
arch = x86_64
license = custom
depends = lua-lpeg
depends = lua-expat
+ depends = lua-filesystem
depends = fontconfig
depends = harfbuzz
source = https://github.com/simoncozens/sile/archive/v0.9.2.tar.gz
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')