Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
typst
Commits:
ac09b288 by Caleb Maclennan at 2025-02-19T18:22:36+03:00
upgpkg: 1:0.13.0-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.12.0
- pkgrel = 2
+ pkgver = 0.13.0
+ 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.12.0/typst-0.12.0.tar.gz
- sha256sums =
5e92463965c0cf6aa003a3bacd1c68591ef2dc0db59dcdccb8f7b084836a1266
+ source =
https://github.com/typst/typst/archive/v0.13.0/typst-0.13.0.tar.gz
+ sha256sums =
5a7224e32a555ac647ff202667a183b80d35539b685b3ce64bedf5d4e5a1a286
pkgname = typst
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Ilaï Deutel
pkgname=typst
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+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=('5e92463965c0cf6aa003a3bacd1c68591ef2dc0db59dcdccb8f7b084836a1266')
+sha256sums=('5a7224e32a555ac647ff202667a183b80d35539b685b3ce64bedf5d4e5a1a286')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/ac09b28804cbb898fb4f1da425f02d4be64640ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/ac09b28804cbb898fb4f1da425f02d4be64640ef
You're receiving this email because of your account on gitlab.archlinux.org.