Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
typst
Commits:
d65f8c5a by Caleb Maclennan at 2026-02-15T00:29:40+03:00
upgpkg: 1:0.14.2-2: Deprecate gcc-libs, identify specific sodepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = typst
pkgdesc = A markup-based typesetting system for the sciences
pkgver = 0.14.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://typst.app
arch = x86_64
license = Apache-2.0
makedepends = cargo
makedepends = git
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libgcc_s.so
depends = openssl
depends = libssl.so
depends = libcrypto.so
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
pkgname=typst
pkgver=0.14.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='A markup-based typesetting system for the sciences'
arch=(x86_64)
url="https://$pkgname.app"
_url="https://github.com/$pkgname/$pkgname"
license=(Apache-2.0)
-depends=(gcc-libs # libgcc_s.so
- glibc # libc.so libm.so
+depends=(glibc # libc.so libm.so
+ libgcc libgcc_s.so
openssl libssl.so libcrypto.so)
replaces=(typst-bin)
makedepends=(cargo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/d65f8c5ab523c9f34fe975688ae375522565456a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/d65f8c5ab523c9f34fe975688ae375522565456a
You're receiving this email because of your account on gitlab.archlinux.org.