summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-01-28 16:09:16 +0300
committerCaleb Maclennan2022-01-28 16:09:16 +0300
commitcc02db7f255217db7b9a2b5387c99d71d3df804b (patch)
tree947c5d25372e9aab135fea2f3a8174152585d41a
parent71b4673236be1c9ab4e5f6389ab9cc2f9147d2ab (diff)
downloadaur-cc02db7f255217db7b9a2b5387c99d71d3df804b.tar.gz
upgpkg: sile-luajit 0.12.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc69367afc09..e01abc8c3456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sile-luajit
pkgdesc = The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua
- pkgver = 0.12.1
+ pkgver = 0.12.2
pkgrel = 1
url = https://www.sile-typesetter.org
arch = x86_64
@@ -42,9 +42,9 @@ pkgbase = sile-luajit
depends = libicuuc.so
optdepends = libertinus-font: math package default font
provides = libtexpdf.so
- provides = sile=0.12.1
+ provides = sile=0.12.2
conflicts = sile
- source = https://github.com/sile-typesetter/sile/releases/download/v0.12.1/sile-0.12.1.tar.xz
- sha256sums = 91086ff951322b283fcab178bb9d681460ba50b6dbdeae25dc2055e18bc688b7
+ source = https://github.com/sile-typesetter/sile/releases/download/v0.12.2/sile-0.12.2.tar.xz
+ sha256sums = 510367f0f55f3770d530219f8eca602d0b6b9abf82de83492cb0c85c1f599646
pkgname = sile-luajit
diff --git a/PKGBUILD b/PKGBUILD
index 65b9b8a1ae90..d2f26dded1eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=sile
pkgname=$_pkgname-luajit
pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua'
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
arch=(x86_64)
url=https://www.sile-typesetter.org
@@ -51,7 +51,7 @@ provides=(libtexpdf.so
conflicts=("$_pkgname")
_archive="$_pkgname-$pkgver"
source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('91086ff951322b283fcab178bb9d681460ba50b6dbdeae25dc2055e18bc688b7')
+sha256sums=('510367f0f55f3770d530219f8eca602d0b6b9abf82de83492cb0c85c1f599646')
build () {
cd "$_archive"