summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-08-09 09:30:01 +0300
committerCaleb Maclennan2020-08-09 09:32:54 +0300
commitb7941c0e64d72bc1e69020616c23af363922e1ef (patch)
tree25c770987f927c8822ef492b6378a4ae31b637f7 /PKGBUILD
parent144d66fe8b4578c36097367a859856a16893c101 (diff)
downloadaur-b7941c0e64d72bc1e69020616c23af363922e1ef.tar.gz
Update for Lua 5.4 compatibility, now requires bit32 shim again
upgpkg: sile 0.10.9-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e3dd286b64d..35befc3efc54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=sile
pkgdesc='Modern typesetting system inspired by TeX'
pkgver=0.10.9
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://www.sile-typesetter.org'
license=('MIT')
-_lua_deps=('cassowary'
+_lua_deps=('bit32'
+ 'cassowary'
'cosmo'
'cliargs'
'expat'