rust-sccache: rebuild against OpenSSL
This commit is contained in:
parent
d933b172c2
commit
2c58c8b3cb
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'rust-sccache'
|
||||
pkgname=rust-sccache
|
||||
version=0.2.13
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname/rust-/}-${version}"
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
makedepends="openssl-devel"
|
||||
short_desc="Sccache is a ccache-like tool"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue