summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-01-02 11:52:43 +0100
committerNicolas Iooss2015-09-26 18:58:18 +0200
commit7e0b8710a360413954eb2b00c07355f926502b1d (patch)
tree014944ea4937134c4d213a382d44c73010c961c6
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
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b07ab15ed13b..93bdcbf75785 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,10 +16,8 @@ pkgbase = findutils-selinux
conflicts = findutils
conflicts = selinux-findutils
source = ftp://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz
- source = ftp://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz.sig
source = http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/findutils/files/findutils-4.4.2-selinux.diff
sha1sums = e8dd88fa2cc58abffd0bfc1eddab9020231bb024
- sha1sums = 77d9585d9feea0814752a31bf109fe287f528243
sha1sums = 96318be5586d324a13805da81907406a95c6514c
pkgname = findutils-selinux
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() {