diff --git a/xfsprogs/trunk/PKGBUILD b/xfsprogs/trunk/PKGBUILD index c8d8e6601..c51f05a31 100644 --- a/xfsprogs/trunk/PKGBUILD +++ b/xfsprogs/trunk/PKGBUILD @@ -1,7 +1,8 @@ -# Maintainer : Tobias Powalowski +# Maintainer: Tobias Powalowski + pkgname=xfsprogs pkgver=6.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="XFS filesystem utilities" arch=('x86_64') license=('LGPL') @@ -12,8 +13,12 @@ optdepends=('icu: for xfs_scrub' 'smtp-forwarder: for xfs_scrub_fail script') makedepends=('git' 'icu') options=('!makeflags') -source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}") +source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver}") md5sums=('SKIP') +validpgpkeys=( + '2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen + '4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino +) build() { cd ${pkgname}-dev