Skip to content

Commit

Permalink
gnupg: update to 2.4.7
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 26, 2024
1 parent 1e0586b commit 44eac6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gnupg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <[email protected]>

pkgname=gnupg
pkgver=2.4.5
pkgver=2.4.7
pkgrel=1
pkgdesc='Complete and free implementation of the OpenPGP standard'
provides=('dirmngr' "gnupg2=${pkgver}")
Expand Down Expand Up @@ -48,7 +48,7 @@ depends=('bzip2'
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
'gnupg-2.2.8-msys2.patch'
'0001-gnupg-2.2.9-have-drive-letters.patch')
sha256sums=('f68f7d75d06cb1635c336d34d844af97436c3f64ea14bcb7c869782f96f44277'
sha256sums=('7b24706e4da7e0e3b06ca068231027401f238102c41c909631349dcc3b85eb46'
'SKIP'
'6e6dfa9a64d4986f47dfb6937addb51e2e22f55c762559f104eae5a226bdd43f'
'bf9d6675024fa21003f48fc706a5f80799362b7370db0a6de19be36cf73919a5')
Expand Down Expand Up @@ -82,7 +82,8 @@ build() {
--disable-libdns \
--enable-maintainer-mode

make
# avoid using the system-wide yat2m, which may not understand --gnupgorg
make YAT2M=./yat2m
}

check() {
Expand Down

0 comments on commit 44eac6b

Please sign in to comment.