Date: Saturday, January 17, 2015 @ 22:57:01 Author: andyrtr Revision: 229498
upgpkg: xorg-iceauth 1.0.7-1 upstream update 1.0.7 Modified: xorg-iceauth/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-17 21:54:53 UTC (rev 229497) +++ PKGBUILD 2015-01-17 21:57:01 UTC (rev 229498) @@ -1,8 +1,9 @@ # $Id$ +# Maintainer: Andreas Radke <[email protected]> # Maintainer: Jan de Groot <[email protected]> pkgname=xorg-iceauth -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc="ICE authority file utility" arch=(i686 x86_64) @@ -11,8 +12,10 @@ depends=('libice') makedepends=('xorg-util-macros' 'xproto') groups=('xorg-apps' 'xorg') -source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2) -sha256sums=('bd990837353b439e6f45d478a87b8dbfa3f67d72d903e7a9ed4eb8de52f2e2f4') +source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2{,.sig}) +sha256sums=('1216af2dee99b318fcf8bf9a259915273bcb37a7f1e7859af4f15d0ebf6f3f0a' + 'SKIP') +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <[email protected]> build() { cd "${srcdir}/iceauth-${pkgver}"
