rust-sccache: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:44 +01:00
parent d933b172c2
commit 2c58c8b3cb

View file

@ -1,11 +1,11 @@
# Template file for 'rust-sccache' # Template file for 'rust-sccache'
pkgname=rust-sccache pkgname=rust-sccache
version=0.2.13 version=0.2.13
revision=2 revision=3
wrksrc="${pkgname/rust-/}-${version}" wrksrc="${pkgname/rust-/}-${version}"
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libressl-devel" makedepends="openssl-devel"
short_desc="Sccache is a ccache-like tool" short_desc="Sccache is a ccache-like tool"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"