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'
|
# 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"
|
||||||
|
|
Loading…
Reference in a new issue