From 5f9fab8ba33d1b562459908237cdde6ef81f3235 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 12 Oct 2013 08:35:43 +0200 Subject: [PATCH] xauth: update to 1.0.8. --- srcpkgs/xauth/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/xauth/template b/srcpkgs/xauth/template index 5216d073c18..c54a685a775 100644 --- a/srcpkgs/xauth/template +++ b/srcpkgs/xauth/template @@ -1,7 +1,7 @@ # Template build file for 'xauth'. pkgname=xauth -version=1.0.6 -revision=2 +version=1.0.8 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="xtrans libXau-devel libXext-devel libXmu-devel" @@ -10,15 +10,13 @@ maintainer="Juan RP " license="MIT" homepage="http://xorg.freedesktop.org/" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" -checksum=a686406951f0ed6be45bc26182a1423e2cdffad2d492b33ff3fbf72f7bcb6b0b +checksum=a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7 long_desc=" This package provides xauth, a program to display and manipulate the - authentication data used by the X11 clients. - - This is from the modular X.org X11 project." + authentication data used by the X11 clients." xauth_package() { pkg_install() { - vmove usr + vmove all } }