summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-10-12 09:33:39 +0300
committerCaleb Maclennan2023-10-12 09:33:39 +0300
commitc1096cb8ae108f97dda469b796acc85f63f61465 (patch)
treed208b44f7763487f0f5dd08162813a2c7e8e7453
parentdc6d773b382af49e5fc46d4c75441882ea0144cf (diff)
downloadaur-c1096cb8ae108f97dda469b796acc85f63f61465.tar.gz
upgpkg: sile-git 0.14.12.r142.g0837ba8-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 061b8972d100..fb07e9950d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sile-git
pkgdesc = The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua
- pkgver = 0.14.11.r137.g3dfc8a0
+ pkgver = 0.14.12.r142.g0837ba8
pkgrel = 1
url = https://www.sile-typesetter.org
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = sile-git
optdepends = noto-fonts-cjk: default font for tate enabled classes
optdepends = ttf-hack: default mono font
provides = libtexpdf.so
- provides = sile=0.14.11.r137.g3dfc8a0
+ provides = sile=0.14.12.r142.g0837ba8
conflicts = sile
replaces = sile-luajit-git
source = git+https://github.com/sile-typesetter/sile.git#branch=develop
diff --git a/PKGBUILD b/PKGBUILD
index dd28cb3e5d5a..0f17f8c66e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=sile
pkgname=$_pkgname-git
pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua'
-pkgver=0.14.11.r137.g3dfc8a0
+pkgver=0.14.12.r142.g0837ba8
pkgrel=1
arch=(x86_64)
url=https://www.sile-typesetter.org
@@ -90,6 +90,7 @@ build () {
./configure \
--prefix /usr \
--docdir /usr/share/doc/$pkgname \
+ --with-system-lua-sources \
--with-system-luarocks
make all
}