[arch-commits] CVS update of extra/x11/xorg-xauth (PKGBUILD)
Alexander Baldeck
alexander at archlinux.org
Sat Dec 22 03:24:57 UTC 2007
Date: Friday, December 21, 2007 @ 22:24:57
Author: alexander
Path: /home/cvs-extra/extra/x11/xorg-xauth
Modified: PKGBUILD (1.2 -> 1.3)
upgpkg: xorg-xauth 1.0.2
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Index: extra/x11/xorg-xauth/PKGBUILD
diff -u extra/x11/xorg-xauth/PKGBUILD:1.2 extra/x11/xorg-xauth/PKGBUILD:1.3
--- extra/x11/xorg-xauth/PKGBUILD:1.2 Sun May 14 14:56:54 2006
+++ extra/x11/xorg-xauth/PKGBUILD Fri Dec 21 22:24:57 2007
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD,v 1.2 2006/05/14 18:56:54 uid1015 Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.3 2007/12/22 03:24:57 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=xorg-xauth
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="X.Org authorization settings program"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
-depends=(libxmu)
-_xorg=X11R7.0
-_relname=xauth
-source=(${url}/releases/${_xorg}/src/everything/${_relname}-${_xorg}-${pkgver}.tar.bz2)
-md5sums=(ef2359ddaaea6ffaf9072fa342d6eb09)
+depends=('libxmu')
+makedepends=('pkgconfig')
+source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2)
build() {
- cd ${startdir}/src/${_relname}-${_xorg}-${pkgver}
+ cd ${startdir}/src/xauth-${pkgver}
./configure --prefix=/usr
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}
+md5sums=('31b956edaeb453ddaa640420e97b25b2')
More information about the arch-commits
mailing list