David Runge pushed to branch main at Arch Linux / Packaging / Packages / gnupg
Commits: 4ec5b2b9 by David Runge at 2026-07-12T10:27:43+02:00 Switch to (readonly) git repository on GitHub as source The upstream development platform has been unavailable for over a week now and the package cannot be built reliably. Related-to: https://web.archive.org/web/20260712083114/https://dev.gnupg.org/ Signed-off-by: David Runge <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -38,7 +38,7 @@ pkgbase = gnupg depends = tpm2-tss depends = zlib optdepends = pcsclite: for using scdaemon not with the gnupg internal card driver - source = git+https://dev.gnupg.org/source/gnupg.git?signed#tag=gnupg-2.4.9 + source = git+https://github.com/gpg/gnupg.git?signed#tag=gnupg-2.4.9 source = dirmngr.service source = dirmngr.socket source = [email protected] ===================================== PKGBUILD ===================================== @@ -55,7 +55,7 @@ optdepends=( ) install=$pkgname.install source=( - git+https://dev.gnupg.org/source/gnupg.git?signed#tag=${pkgname}-${pkgver} + git+https://github.com/gpg/gnupg.git?signed#tag=${pkgname}-${pkgver} dirmngr{,@}.{service,socket} gpg-agent{,@}.{service,socket} gpg-agent-{browser,extra,ssh}{,@}.socket View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnupg/-/commit/4ec5b2b9a04da206a056d6068471bfe167e704bd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnupg/-/commit/4ec5b2b9a04da206a056d6068471bfe167e704bd You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
