Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
typst
Commits:
b6959be3 by Caleb Maclennan at 2024-10-19T11:05:52+03:00
upgpkg: 1:0.12.0-2: Add new optdepends
- - - - -
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 = 1
+ pkgrel = 2
epoch = 1
url = https://typst.app
arch = x86_64
@@ -13,6 +13,8 @@ pkgbase = typst
depends = openssl
depends = libssl.so
depends = libcrypto.so
+ 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
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=typst
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='A markup-based typesetting system for the sciences'
arch=(x86_64)
@@ -16,6 +16,8 @@ depends=(gcc-libs # libgcc_s.so
replaces=(typst-bin)
makedepends=(cargo
git)
+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')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/b6959be3940c0c8232a129c0409d1df7a6387f01
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/b6959be3940c0c8232a129c0409d1df7a6387f01
You're receiving this email because of your account on gitlab.archlinux.org.