summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-iceauth/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-04-18 17:35:34 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-04-18 17:35:34 (GMT)
commita3e950053d847e719d489c13064b6c165425385c (patch)
treefccd4ec9f53e519563c0cfd25833cd8c3caaaa20 /abs/core/xorg-iceauth/PKGBUILD
parentbd44be589a2626bd26a7f31b23c2358fb74e5c95 (diff)
parent0a8de86de9f21f7877075ac2800254239ae84a81 (diff)
downloadlinhes_pkgbuild-a3e950053d847e719d489c13064b6c165425385c.zip
linhes_pkgbuild-a3e950053d847e719d489c13064b6c165425385c.tar.gz
linhes_pkgbuild-a3e950053d847e719d489c13064b6c165425385c.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/core/xorg-iceauth/PKGBUILD')
-rw-r--r--abs/core/xorg-iceauth/PKGBUILD13
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}"