mdcat: fix libressl-2.7

This commit is contained in:
Enno Boland 2018-04-24 23:49:12 +02:00
parent bd53a6f3aa
commit c3ca8856cd
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,7 +1,7 @@
# Template file for 'mdcat'
pkgname=mdcat
version=0.8.0
revision=1
revision=2
wrksrc=${pkgname}-${pkgname}-${version}
hostmakedepends="cargo cmake pkg-config"
makedepends="libressl-devel"
@ -14,6 +14,7 @@ checksum=fb4ce097fff72fb53734568a8a1b96797cbedfbee2aabc2d2a5e8c794b1d5887
nocross=yes
do_build() {
cargo update --package openssl-sys --precise 0.9.28
cargo build --release ${makejobs}
}