Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / opendkim
Commits: 25b17a94 by Sergej Pupykin at 2026-05-17T02:45:51+03:00 fix nvchecker - - - - - 2 changed files: - .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -1,3 +1,2 @@ [opendkim] -source = "git" -git = "https://github.com/trusteddomainproject/OpenDKIM.git" +source = "manual" ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Thomas Jost <[email protected]> pkgname=opendkim -pkgver=2.11.0beta -pkgrel=10 +pkgver=2.11.0beta2 +pkgrel=1 _commit=551ab3820476234def82eb2223ca6c7b45b45076 pkgdesc="Open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter." arch=(x86_64) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opendkim/-/commit/25b17a9459204692d843b3f7e084b641bc02d26a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opendkim/-/commit/25b17a9459204692d843b3f7e084b641bc02d26a 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
