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'. # Template build file for 'xauth'.
pkgname=xauth pkgname=xauth
version=1.0.6 version=1.0.8
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="xtrans libXau-devel libXext-devel libXmu-devel" makedepends="xtrans libXau-devel libXext-devel libXmu-devel"
@ -10,15 +10,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT" license="MIT"
homepage="http://xorg.freedesktop.org/" homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=a686406951f0ed6be45bc26182a1423e2cdffad2d492b33ff3fbf72f7bcb6b0b checksum=a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7
long_desc=" long_desc="
This package provides xauth, a program to display and manipulate the This package provides xauth, a program to display and manipulate the
authentication data used by the X11 clients. authentication data used by the X11 clients."
This is from the modular X.org X11 project."
xauth_package() { xauth_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }