Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / tectonic
Commits: 14248d1e by Antonio Rojas at 2024-05-10T21:51:30+02:00 upgpkg: 0.15.0-2: ICU 75 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = tectonic pkgdesc = Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive pkgver = 0.15.0 - pkgrel = 1 + pkgrel = 2 url = https://tectonic-typesetting.github.io/ arch = x86_64 license = MIT ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgname=tectonic pkgver=0.15.0 -pkgrel=1 +pkgrel=2 pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive' arch=('x86_64') url='https://tectonic-typesetting.github.io/' @@ -21,6 +21,7 @@ b2sums=('4049b7a18b79c89c222039ded8d25fbf6249408362d2adc09f0d51c6ba2f1c634581c64 prepare() { cd ${pkgname}-${pkgname}-${pkgver} cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" + sed -e 's|c++14|c++17|g' -i crates/*/build.rs # Fix build with ICU 75 } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tectonic/-/commit/14248d1eab0683c05117e9d76dc28acf48b19cd5 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tectonic/-/commit/14248d1eab0683c05117e9d76dc28acf48b19cd5 You're receiving this email because of your account on gitlab.archlinux.org.