summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-14 23:46:20 +0300
committerCaleb Maclennan2022-12-14 23:46:20 +0300
commitfd1ec50f1e85433f101eed390cddb880d507a04b (patch)
treea291ba31f446069e1da89448294daaebeadf4ba7
parent0324703f40de7317ff7daf5532d221254254e54b (diff)
downloadaur-fd1ec50f1e85433f101eed390cddb880d507a04b.tar.gz
upgpkg: sile-git 0.14.6.r0.g9893755-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ce2f8571e8f..3535c52ad509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sile-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
@@ -46,7 +46,7 @@ pkgbase = sile-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 e251cb92dc8a..0707ee86d947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=sile
pkgname=$_pkgname-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
@@ -64,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
}