diff options
Diffstat (limited to 'community/gpgme')
-rwxr-xr-x | community/gpgme/build | 3 | ||||
-rw-r--r-- | community/gpgme/checksums | 3 | ||||
-rw-r--r-- | community/gpgme/meta | 3 | ||||
-rw-r--r-- | community/gpgme/sources | 2 | ||||
-rw-r--r-- | community/gpgme/version | 2 |
5 files changed, 10 insertions, 3 deletions
diff --git a/community/gpgme/build b/community/gpgme/build index 1a862d8c..a4fa82cf 100755 --- a/community/gpgme/build +++ b/community/gpgme/build @@ -7,5 +7,8 @@ --disable-nls \ --disable-gpg-test \ --disable-gpgconf-test + +printf '%s\n' '#define _LARGEFILE64_SOURCE' >> conf/config.h + make make DESTDIR="$1" install diff --git a/community/gpgme/checksums b/community/gpgme/checksums index 25fd83ba..0a5c5258 100644 --- a/community/gpgme/checksums +++ b/community/gpgme/checksums @@ -1 +1,2 @@ -eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad gpgme-1.15.1.tar.bz2 +%BLAKE3 +0710d73b362b66c63a7c8243cd758df03e56dd91256de3c718b01a2319bfc5c2 gpgme-1.23.2.tar.bz2 diff --git a/community/gpgme/meta b/community/gpgme/meta new file mode 100644 index 00000000..8b020eab --- /dev/null +++ b/community/gpgme/meta @@ -0,0 +1,3 @@ +description: GnuPG Made Easy +license: GPL-2.0-or-later, LGPL-2.1-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/gpgme/sources b/community/gpgme/sources index 16a5ce11..1d00f6b7 100644 --- a/community/gpgme/sources +++ b/community/gpgme/sources @@ -1 +1 @@ -https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.15.1.tar.bz2 +https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.2.tar.bz2 diff --git a/community/gpgme/version b/community/gpgme/version index 7c9470e0..0e853e05 100644 --- a/community/gpgme/version +++ b/community/gpgme/version @@ -1 +1 @@ -1.15.1 1 +1.23.2 1 |