Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgcrypt: update to 1.8.5. #14249

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/libgcrypt/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libgcrypt'
pkgname=libgcrypt
version=1.8.4
revision=2
version=1.8.5
revision=1
build_style=gnu-configure
configure_args="--enable-static --without-capabilities"
makedepends="libgpg-error-devel"
Expand All @@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gnupg.org"
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
checksum=f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227
checksum=3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3

case "$XBPS_TARGET_MACHINE" in
ppc|ppc-musl) configure_args+=" ac_cv_sys_symbol_underscore=no" ;;
Expand All @@ -31,6 +31,7 @@ libgcrypt-devel_package() {
pkg_install() {
vmove usr/bin/libgcrypt-config
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
Expand Down