summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b25dbbc1c7b1..2dbcd4138242 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sile-luajit-git
pkgdesc = Modern typesetting system inspired by TeX
- pkgver = 0.14.3.r0.g1e84ea3
+ pkgver = 0.14.6.r0.g9893755
pkgrel = 1
url = https://www.sile-typesetter.org
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = sile-luajit-git
depends = icu
depends = libpng
depends = luajit
- depends = lua51-bit32
depends = lua51-cassowary
depends = lua51-cldr
depends = lua51-cliargs
@@ -47,7 +46,7 @@ pkgbase = sile-luajit-git
optdepends = noto-fonts-cjk: default font for tate enabled classes
optdepends = ttf-hack: defaualt mono font
provides = libtexpdf.so
- provides = sile=0.14.3.r0.g1e84ea3
+ provides = sile=0.14.6.r0.g9893755
conflicts = sile
options = debug
source = git+https://github.com/sile-typesetter/sile.git
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
}