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

gnupg: update to 2.4.6 #195

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
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.6
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=('95acfafda7004924a6f5c901677f15ac1bda2754511d973bb4523e8dd840e17a'
'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
Loading