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