tmplgen: rebuild for openssl3

This commit is contained in:
classabbyamp 2023-08-16 20:13:57 -04:00
parent 89356b5638
commit 8b639d3899
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'tmplgen' # Template file for 'tmplgen'
pkgname=tmplgen pkgname=tmplgen
version=1.3.1 version=1.3.1
revision=5 revision=6
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="openssl-devel" makedepends="openssl-devel"
@ -14,6 +14,11 @@ checksum=8c8aa5b65045614529626978852416a965d57c77dd5953be58bc84f8d8b27f9b
# cba for now, tests weren't shipped in the previous tarballs # cba for now, tests weren't shipped in the previous tarballs
make_check=no make_check=no
post_patch() {
cargo update --package openssl-sys:0.9.40 --precise 0.9.91
cargo update --package openssl:0.10.16 --precise 0.10.56
}
post_install() { post_install() {
vman man/tmplgen.1 vman man/tmplgen.1
} }