Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
typst
Commits:
305167bc by Caleb Maclennan at 2025-12-03T22:45:43+03:00
upgpkg: 1:0.14.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = typst
pkgdesc = A markup-based typesetting system for the sciences
- pkgver = 0.14.0
- pkgrel = 2
+ pkgver = 0.14.1
+ pkgrel = 1
epoch = 1
url = https://typst.app
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = typst
optdepends = otf-libertinus: additional weights and variants for
default font
optdepends = ttf-linux-libertine: legacy default font prior to v0.12.0
replaces = typst-bin
- source =
https://github.com/typst/typst/archive/v0.14.0/typst-0.14.0.tar.gz
- sha256sums =
39df9db43c792b0ab71cde97bdc03d4763fff7d3525b67d549ffc8bfc99b6395
+ source =
https://github.com/typst/typst/archive/v0.14.1/typst-0.14.1.tar.gz
+ sha256sums =
83d132348a8c9481a8a483cdf823d5083ba456466410935f25240f6c26e23c38
pkgname = typst
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Ilaï Deutel
pkgname=typst
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
epoch=1
pkgdesc='A markup-based typesetting system for the sciences'
arch=(x86_64)
@@ -20,7 +20,7 @@ optdepends=('otf-libertinus: additional weights and variants
for default font'
'ttf-linux-libertine: legacy default font prior to v0.12.0')
_archive="$pkgname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('39df9db43c792b0ab71cde97bdc03d4763fff7d3525b67d549ffc8bfc99b6395')
+sha256sums=('83d132348a8c9481a8a483cdf823d5083ba456466410935f25240f6c26e23c38')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/305167bc4cec720d95b40e1dd0dd7772b3ce1b6a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/305167bc4cec720d95b40e1dd0dd7772b3ce1b6a
You're receiving this email because of your account on gitlab.archlinux.org.