summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen Wild2019-03-19 18:53:47 -0400
committerAllen Wild2019-03-19 18:53:47 -0400
commita055e039755f84fe40e529f21fd4aea03207c4a1 (patch)
tree4d7ef1f120bdf170ca6f381d94a3d283fb16052e /PKGBUILD
parentd94ebd7982dc47d72702267ee6309abaf6afa69c (diff)
downloadaur-xfsdump.tar.gz
3.1.8-5: enable PGP signature checking
It turns out that makepkg does in fact handle PGP signatures of compressed files even if the signature is over the uncompressed data. Thanks to user grawity for pointing this out.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2dc72aa06c9f..9318e58a55c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,17 @@
pkgname=xfsdump
pkgver=3.1.8
-pkgrel=4
+pkgrel=5
pkgdesc="Additional XFS filesystem utilities"
arch=(i686 x86_64)
url="http://xfs.org"
license=('GPL')
depends=('xfsprogs' 'attr' 'acl' 'dmapi')
-source=("https://kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfsdump-${pkgver}.tar.xz")
-sha256sums=('ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585')
+source=(https://kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfsdump-${pkgver}.tar.{xz,sign})
+# Eric R. Sandeen <sandeen@sandeen.net>
+validpgpkeys=('2B8185919E8D248981869DED20AE1692E13DDEE0')
+sha256sums=('ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"