mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
tectonic: rebuild against libressl-3.1.3
This commit is contained in:
parent
ae9adee680
commit
32e05b1fd2
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tectonic'
|
# Template file for 'tectonic'
|
||||||
pkgname=tectonic
|
pkgname=tectonic
|
||||||
version=0.1.12
|
version=0.1.12
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="harfbuzz-devel libressl-devel"
|
makedepends="harfbuzz-devel libressl-devel"
|
||||||
|
@ -13,6 +13,10 @@ changelog="https://raw.githubusercontent.com/tectonic-typesetting/tectonic/maste
|
||||||
distfiles="https://github.com/tectonic-typesetting/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tectonic-typesetting/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=30d2e0fe31145a10097368f11a00540ba201be43d28e7ad580699f47bfa70bf4
|
checksum=30d2e0fe31145a10097368f11a00540ba201be43d28e7ad580699f47bfa70bf4
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.58
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue