[arch-commits] CVS update of arch/build/x11-libs/libxau (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Wed Sep 5 10:16:56 UTC 2007


    Date: Wednesday, September 5, 2007 @ 06:16:56
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libxau

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: libxau 1.0.3
* protos moved to makedepends


----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


Index: arch/build/x11-libs/libxau/PKGBUILD
diff -u arch/build/x11-libs/libxau/PKGBUILD:1.5 arch/build/x11-libs/libxau/PKGBUILD:1.6
--- arch/build/x11-libs/libxau/PKGBUILD:1.5	Sat Nov 11 16:02:13 2006
+++ arch/build/x11-libs/libxau/PKGBUILD	Wed Sep  5 06:16:56 2007
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD,v 1.5 2006/11/11 21:02:13 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.6 2007/09/05 10:16:56 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxau
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="X11 authorisation library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-depends=('xproto' 'glibc')
-makedepends=('pkgconfig')
-options=('nolibtool')
+depends=('glibc')
+makedepends=('pkgconfig' 'xproto')
+options=('!libtool')
 source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-md5sums=('aeea2b8949d5aab2ce53286b8dfc64b9')
 
 build() {
   cd ${startdir}/src/libXau-${pkgver}
@@ -20,3 +19,4 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
+md5sums=('75a9f2b85cd1617b5ca98c9095323853')




More information about the arch-commits mailing list