tealdeer: rebuild against OpenSSL
This commit is contained in:
parent
89afef111a
commit
cb73808926
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue