mdcat: rebuild for libressl-2.9.2.

This commit is contained in:
Johannes 2019-05-27 23:28:15 +02:00
parent 64fe2ff4fe
commit 4ce94fd4b1
2 changed files with 8 additions and 11 deletions

View file

@ -1,10 +0,0 @@
--- Cargo.toml.orig 2018-10-29 23:03:12.480264071 +0100
+++ Cargo.toml 2018-10-29 23:03:26.020138216 +0100
@@ -65,3 +65,7 @@
tag-message = "mdcat {{version}}"
tag-prefix = "mdcat-"
pre-release-hook = "./scripts/prerelease-hook.py"
+
+
+[patch.crates-io]
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}

View file

@ -1,7 +1,7 @@
# Template file for 'mdcat'
pkgname=mdcat
version=0.13.0
revision=1
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=cargo
hostmakedepends="cmake pkg-config"
@ -12,3 +12,10 @@ license="Apache-2.0"
homepage="https://github.com/lunaryorn/mdcat"
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
checksum=9528a0dedcb9db559c9973001787f474f87559366a2c7a2ff01148c5ab31eac1
pre_build() {
cargo update --package autocfg --precise 0.1.4
cargo update --package openssl-sys --precise 0.9.46
cargo update --package openssl --precise 0.10.22
}