tmplgen: rebuild for libressl-2.9.2.
This commit is contained in:
parent
4b84792bd2
commit
c582bdfdd4
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tmplgen'
|
||||
pkgname=tmplgen
|
||||
version=1.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
|
@ -12,6 +12,10 @@ homepage="https://github.com/Cogitri/tmplgen"
|
|||
distfiles="https://static.crates.io/crates/tmplgen/tmplgen-${version}.crate"
|
||||
checksum=5e5dc4b3e50f4f2dc87f510bb3d1547a86ecd5a52c0f33305a0a7a3dca40bee9
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.46
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman man/tmplgen.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue