tealdeer: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:52 +01:00
parent 89afef111a
commit cb73808926

View file

@ -1,11 +1,11 @@
# Template file for 'tealdeer' # Template file for 'tealdeer'
pkgname=tealdeer pkgname=tealdeer
version=1.4.1 version=1.4.1
revision=1 revision=2
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libressl-devel" makedepends="openssl-devel"
depends="libressl" depends="openssl"
short_desc="Very fast implementation of tldr in Rust" short_desc="Very fast implementation of tldr in Rust"
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>" maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0" license="MIT, Apache-2.0"