Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sile
Commits:
20c894dd by Caleb Maclennan at 2024-09-29T00:34:20+03:00
upgpkg: 0.15.5-2: Update dependency package name
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sile
pkgdesc = a modern typesetting engine inspired by LaTeX, fully
customizable in Lua
pkgver = 0.15.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.sile-typesetter.org
arch = x86_64
license = MIT
@@ -45,7 +45,7 @@ pkgbase = sile
depends = luajit
depends = zlib
depends = libz.so
- optdepends = libertinus-font: default math font
+ optdepends = otf-libertinus: default math font
optdepends = luarocks: manage addon packages
optdepends = noto-fonts-cjk: default font for tate enabled classes
optdepends = ttf-hack: default mono font
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=sile
pkgdesc='a modern typesetting engine inspired by LaTeX, fully customizable in
Lua'
pkgver=0.15.5
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url=https://www.sile-typesetter.org
_url="https://github.com/sile-typesetter/$pkgname"
@@ -36,7 +36,7 @@ depends=("${_luadeps[@]/#/lua51-}"
libpng libpng16.so # this goes with libtexpdf if ever split out to a
library package
luajit
zlib libz.so)
-optdepends=('libertinus-font: default math font'
+optdepends=('otf-libertinus: default math font'
'luarocks: manage addon packages'
'noto-fonts-cjk: default font for tate enabled classes'
'ttf-hack: default mono font')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sile/-/commit/20c894dd06bcda007a7df2c2a7e686619d8fca87
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sile/-/commit/20c894dd06bcda007a7df2c2a7e686619d8fca87
You're receiving this email because of your account on gitlab.archlinux.org.