summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd41db33280e..8213ed71229e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = sile-git
depends = lua-bit32
depends = lua-luaepnf
depends = lua-lpeg
- depends = lua-cassowary>=2.1
+ depends = lua-cassowary>=2.2
depends = lua-linenoise
depends = lua-zlib
depends = lua-cliargs
diff --git a/PKGBUILD b/PKGBUILD
index 756ee5f95107..c7f25027e9f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='http://www.sile-typesetter.org'
license=('MIT')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-_lua_deps=('bit32' 'luaepnf' 'lpeg' 'cassowary>=2.1' 'linenoise' 'zlib' 'cliargs'
+_lua_deps=('bit32' 'luaepnf' 'lpeg' 'cassowary>=2.2' 'linenoise' 'zlib' 'cliargs'
'luaepnf' 'filesystem' 'repl' 'sec' 'socket' 'penlight' 'stdlib'
'vstruct')
depends=('fontconfig'