summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-xauth
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-03-29 17:54:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-03-29 17:54:09 (GMT)
commit8b0288ebd41d3c2baae22d2b98527651d9a2128d (patch)
tree43431aa23375c66c0f2ec0a0afe37886262dc8cd /abs/core/xorg-xauth
parent22e3f0747c0ae649ee5b361a74d93881ce9bd9fa (diff)
downloadlinhes_pkgbuild-8b0288ebd41d3c2baae22d2b98527651d9a2128d.zip
linhes_pkgbuild-8b0288ebd41d3c2baae22d2b98527651d9a2128d.tar.gz
linhes_pkgbuild-8b0288ebd41d3c2baae22d2b98527651d9a2128d.tar.bz2
xorg-xauth: update to 1.0.10
Diffstat (limited to 'abs/core/xorg-xauth')
-rw-r--r--abs/core/xorg-xauth/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/abs/core/xorg-xauth/PKGBUILD b/abs/core/xorg-xauth/PKGBUILD
index cc8d300..97b90d8 100644
--- a/abs/core/xorg-xauth/PKGBUILD
+++ b/abs/core/xorg-xauth/PKGBUILD
@@ -1,27 +1,30 @@
-# $Id: PKGBUILD 154150 2012-03-23 19:14:18Z andyrtr $
+# $Id$
+# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xauth
-pkgver=1.0.7
+pkgver=1.0.10
pkgrel=1
pkgdesc="X.Org authorization settings program"
arch=(i686 x86_64)
license=('custom')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
depends=('libxmu')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2)
-sha1sums=('54f93f0539a98900c36c4f7c8ae933f77699dc7b')
+source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2{,.sig})
+sha256sums=('5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d'
+ 'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
build() {
- cd "${srcdir}/xauth-${pkgver}"
+ cd xauth-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/xauth-${pkgver}"
+ cd xauth-${pkgver}
make DESTDIR="${pkgdir}" install
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"