diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-03-29 17:46:29 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-03-29 17:46:29 (GMT) |
commit | 249fcde418f1d12eb472e2bb8a23d31783734ce4 (patch) | |
tree | c5f39b73cd1f80fa0284a500c87424075b626b28 /abs/core/xorg-iceauth | |
parent | 7bef2365c61e8153ad64f09c1726d6662e313ba4 (diff) | |
download | linhes_pkgbuild-249fcde418f1d12eb472e2bb8a23d31783734ce4.zip linhes_pkgbuild-249fcde418f1d12eb472e2bb8a23d31783734ce4.tar.gz linhes_pkgbuild-249fcde418f1d12eb472e2bb8a23d31783734ce4.tar.bz2 |
xorg-iceauth: update to 1.0.7
Diffstat (limited to 'abs/core/xorg-iceauth')
-rw-r--r-- | abs/core/xorg-iceauth/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/abs/core/xorg-iceauth/PKGBUILD b/abs/core/xorg-iceauth/PKGBUILD index 9063e3a..4f55c7e 100644 --- a/abs/core/xorg-iceauth/PKGBUILD +++ b/abs/core/xorg-iceauth/PKGBUILD @@ -1,18 +1,21 @@ -# $Id: PKGBUILD 125572 2011-05-26 20:17:22Z andyrtr $ +# $Id$ +# Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-iceauth -pkgver=1.0.5 +pkgver=1.0.7 pkgrel=1 pkgdesc="ICE authority file utility" arch=(i686 x86_64) -url="http://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org/" license=('custom') depends=('libice') makedepends=('xorg-util-macros' 'xproto') groups=('xorg-apps' 'xorg') -source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2) -sha1sums=('d996c6ecaa93dcaccee4a11991eeacd40bddc13e') +source=(https://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2{,.sig}) +sha256sums=('1216af2dee99b318fcf8bf9a259915273bcb37a7f1e7859af4f15d0ebf6f3f0a' + 'SKIP') +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com> build() { cd "${srcdir}/iceauth-${pkgver}" |