Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sile
Commits:
baff0544 by Caleb Maclennan at 2023-10-30T13:33:02+03:00
upgpkg: 0.14.13-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sile
pkgdesc = The SILE Typesetter, a modern typesetting system inspired by
LaTeX, customizable in Lua
- pkgver = 0.14.12
+ pkgver = 0.14.13
pkgrel = 1
url = https://www.sile-typesetter.org
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = sile
optdepends = ttf-hack: default mono font
provides = libtexpdf.so
replaces = sile-luajit
- source =
https://github.com/sile-typesetter/sile/releases/download/v0.14.12/sile-0.14.12.tar.xz
- sha256sums =
8b2c4d8b8636cda791e8751ffc8556d4cee60745a1336cb13aa0e46f5a009078
+ source =
https://github.com/sile-typesetter/sile/releases/download/v0.14.13/sile-0.14.13.tar.xz
+ sha256sums =
3d4f587da9e6cabe27010310bbfba70504900af576872a348bc951d0c9ee15c0
pkgname = sile
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=sile
pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX,
customizable in Lua'
-pkgver=0.14.12
+pkgver=0.14.13
pkgrel=1
arch=(x86_64)
url=https://www.sile-typesetter.org
@@ -55,7 +55,7 @@ provides=(libtexpdf.so)
replaces=("$pkgname-luajit")
_archive="$pkgname-$pkgver"
source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('8b2c4d8b8636cda791e8751ffc8556d4cee60745a1336cb13aa0e46f5a009078')
+sha256sums=('3d4f587da9e6cabe27010310bbfba70504900af576872a348bc951d0c9ee15c0')
build () {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sile/-/commit/baff0544c5b7e5f66dc7ca5e005932bdad3be139
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sile/-/commit/baff0544c5b7e5f66dc7ca5e005932bdad3be139
You're receiving this email because of your account on gitlab.archlinux.org.