summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-07-15 17:32:42 +0300
committerCaleb Maclennan2022-07-15 17:32:42 +0300
commit0e6e990bcfd6f79d976f27c0fef0abeaf28bf118 (patch)
tree6b2eca7bd56827b458a537ca9363c17c35a62804
parentd600055b16e96ea3030bc02982456eec7486a586 (diff)
downloadaur-0e6e990bcfd6f79d976f27c0fef0abeaf28bf118.tar.gz
upgpkg: sile-luajit 0.13.3-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02c1a47f3572..aa24c8e9a7d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sile-luajit
pkgdesc = The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua
- pkgver = 0.13.2
- pkgrel = 2
+ pkgver = 0.13.3
+ pkgrel = 1
url = https://www.sile-typesetter.org
arch = x86_64
license = MIT
@@ -46,9 +46,9 @@ pkgbase = sile-luajit
optdepends = libertinus-font: math package default font
optdepends = noto-fonts-cjk: tate enabled classes default font
provides = libtexpdf.so
- provides = sile=0.13.2
+ provides = sile=0.13.3
conflicts = sile
- source = https://github.com/sile-typesetter/sile/releases/download/v0.13.2/sile-0.13.2.tar.xz
- sha256sums = 7d0a1f22100cefbc85d67b1e78fe114c3b4b510dc3a24ec59a9485e9b3ef7b08
+ source = https://github.com/sile-typesetter/sile/releases/download/v0.13.3/sile-0.13.3.tar.xz
+ sha256sums = 1ab1c6f1898440822c1f85186f8b4676bab3eda3ad947d838ea0d991fb301c75
pkgname = sile-luajit
diff --git a/PKGBUILD b/PKGBUILD
index eba984c84c47..7d1737788564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=sile
pkgname=$_pkgname-luajit
pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua'
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
arch=(x86_64)
url=https://www.sile-typesetter.org
_url="https://github.com/sile-typesetter/$_pkgname"
@@ -56,7 +56,7 @@ provides=(libtexpdf.so
conflicts=("$_pkgname")
_archive="$_pkgname-$pkgver"
source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('7d0a1f22100cefbc85d67b1e78fe114c3b4b510dc3a24ec59a9485e9b3ef7b08')
+sha256sums=('1ab1c6f1898440822c1f85186f8b4676bab3eda3ad947d838ea0d991fb301c75')
build () {
cd "$_archive"