git-crypt: rebuild against OpenSSL
This commit is contained in:
parent
365d0a8a2d
commit
087253426a
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'git-crypt'
|
# Template file for 'git-crypt'
|
||||||
pkgname=git-crypt
|
pkgname=git-crypt
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-devel"
|
||||||
hostmakedepends="libxslt docbook-xsl"
|
hostmakedepends="libxslt docbook-xsl"
|
||||||
make_build_args="ENABLE_MAN=yes"
|
make_build_args="ENABLE_MAN=yes"
|
||||||
make_install_args="ENABLE_MAN=yes"
|
make_install_args="ENABLE_MAN=yes"
|
||||||
|
|
Loading…
Reference in a new issue