xauth: update to 1.0.8.

This commit is contained in:
Juan RP 2013-10-12 08:35:43 +02:00
parent e6b7b933eb
commit 5f9fab8ba3
1 changed files with 5 additions and 7 deletions

View File

@ -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 <xtraeme@gmail.com>"
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
}
}