[arch-commits] Commit in xorg-xauth/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu May 26 20:38:49 UTC 2011


    Date: Thursday, May 26, 2011 @ 16:38:49
  Author: andyrtr
Revision: 125581

upgpkg: xorg-xauth 1.0.6-1
upstream update 1.0.6

Modified:
  xorg-xauth/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-26 20:38:37 UTC (rev 125580)
+++ PKGBUILD	2011-05-26 20:38:49 UTC (rev 125581)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xauth
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc="X.Org authorization settings program"
 arch=(i686 x86_64)
 license=('custom')
@@ -12,12 +12,16 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2)
-sha1sums=('6d94b5822e8ce08630a8ff510230246d5ed45290')
+sha1sums=('10a68367ecc60a641b9aa89e6f24f7ca71f23874')
 
 build() {
   cd "${srcdir}/xauth-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xauth-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"




More information about the arch-commits mailing list