Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/libgcrypt/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libgcrypt'
pkgname=libgcrypt
version=1.11.1
version=1.12.0
revision=1
build_style=gnu-configure
configure_args="--enable-static --without-capabilities"
Expand All @@ -10,7 +10,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://www.gnupg.org"
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
checksum=24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e
checksum=0311454e678189bad62a7e9402a9dd793025efff6e7449898616e2fc75e0f4f5

if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_sys_symbol_underscore=no"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libgpg-error/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libgpg-error'
pkgname=libgpg-error
version=1.55
version=1.58
revision=1
build_style=gnu-configure
build_helper="qemu"
Expand All @@ -9,8 +9,8 @@ short_desc="Library for error values used by GnuPG component"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later, GPL-2.0-or-later"
homepage="https://www.gnupg.org"
distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78
distfiles="https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version}.tar.bz2"
checksum=f943aea9a830a8bd938e5124b579efaece24a3225ff4c3d27611a80ce1260c27

post_install() {
rm -r ${DESTDIR}/usr/share/common-lisp
Expand Down