Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sile
Commits:
c5a21102 by Caleb Maclennan at 2024-06-28T12:25:21+03:00
upgpkg: 0.15.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sile
pkgdesc = a modern typesetting engine inspired by LaTeX, fully
customizable in Lua
- pkgver = 0.15.3
- pkgrel = 2
+ pkgver = 0.15.4
+ pkgrel = 1
url = https://www.sile-typesetter.org
arch = x86_64
license = MIT
@@ -51,10 +51,10 @@ pkgbase = sile
optdepends = ttf-hack: default mono font
provides = libtexpdf.so
replaces = sile-luajit
- source =
https://github.com/sile-typesetter/sile/releases/download/v0.15.3/sile-0.15.3.tar.zst
- source =
https://github.com/sile-typesetter/sile/releases/download/v0.15.3/sile-0.15.3.tar.zst.asc
+ source =
https://github.com/sile-typesetter/sile/releases/download/v0.15.4/sile-0.15.4.tar.zst
+ source =
https://github.com/sile-typesetter/sile/releases/download/v0.15.4/sile-0.15.4.tar.zst.asc
validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
- sha256sums =
88d24a70710e301ba3400351a82c5f28b49cebcd637b7a59d28b001a56b398c6
+ sha256sums =
35d837b382ef4933489baea169264b94143da1538e71cdbc640c2f75c39e2358
sha256sums = SKIP
pkgname = sile
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=sile
pkgdesc='a modern typesetting engine inspired by LaTeX, fully customizable in
Lua'
-pkgver=0.15.3
-pkgrel=2
+pkgver=0.15.4
+pkgrel=1
arch=(x86_64)
url=https://www.sile-typesetter.org
_url="https://github.com/sile-typesetter/$pkgname"
@@ -48,7 +48,7 @@ provides=(libtexpdf.so)
replaces=("$pkgname-luajit")
_archive="$pkgname-$pkgver"
source=("$_url/releases/download/v$pkgver/$_archive.tar.zst"{,.asc})
-sha256sums=('88d24a70710e301ba3400351a82c5f28b49cebcd637b7a59d28b001a56b398c6'
+sha256sums=('35d837b382ef4933489baea169264b94143da1538e71cdbc640c2f75c39e2358'
'SKIP')
validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan
<[email protected]> (@alerque)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sile/-/commit/c5a211024955e68c0c24a9782b905c36e4b0a726
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sile/-/commit/c5a211024955e68c0c24a9782b905c36e4b0a726
You're receiving this email because of your account on gitlab.archlinux.org.