summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2015-01-02 11:52:43 +0100
committerNicolas Iooss2015-09-26 18:58:18 +0200
commit7e0b8710a360413954eb2b00c07355f926502b1d (patch)
tree014944ea4937134c4d213a382d44c73010c961c6 /PKGBUILD
parentae2255dfc234d87542115b8d3bc5f1afff737e5c (diff)
downloadaur-7e0b8710a360413954eb2b00c07355f926502b1d.tar.gz
findutils-selinux: disable GPG key validation
gnupg>=2.1.1 no longer supports PGP-2 keys: $ gpg --recv-keys A15B725964A95EE5 gpg: Total number processed: 1 gpg: skipped PGP-2 keys: 1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d7175c017f2..2326ee5143cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,11 @@ conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
url="http://www.gnu.org/software/findutils"
-source=("ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname/-selinux}-${pkgver}.tar.gz"{,.sig}
+# Remove GPG key as gnupg>=2.1.1 no longer supports PGP-2 keys
+source=("ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname/-selinux}-${pkgver}.tar.gz"
"http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/${pkgname/-selinux}/files/${pkgname/-selinux}-${pkgver}-selinux.diff")
install=findutils.install
sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
- '77d9585d9feea0814752a31bf109fe287f528243'
'96318be5586d324a13805da81907406a95c6514c')
prepare() {