summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb5077984eb5..8dcbe8b546cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
_pkgname=sile
pkgname=$_pkgname-luajit-git
pkgdesc='Modern typesetting system inspired by TeX'
-pkgver=0.14.3.r0.g1e84ea3
+pkgver=0.14.6.r0.g9893755
pkgrel=1
arch=(x86_64)
url=https://www.sile-typesetter.org
_url="https://github.com/sile-typesetter/$_pkgname"
license=(MIT)
-_luadeps=(bit32
- cassowary
+_luadeps=(cassowary
cldr
cliargs
compat53 # Not needed for Lua 5.3+, LuaJIT is 5.1(ish)
@@ -65,7 +64,7 @@ prepare () {
cd "$_pkgname"
git submodule init
git config submodule.libtexpdf.url "$srcdir/libtexpdf"
- git submodule update
+ git -c protocol.file.allow=always submodule update
./bootstrap.sh
}