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

Jan de Groot jgc at archlinux.org
Sat Jun 21 12:11:23 UTC 2008


    Date: Saturday, June 21, 2008 @ 08:11:23
  Author: jgc
Revision: 3169

upgpkg: xproto 7.0.13-1

Modified:
  xproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-21 11:58:48 UTC (rev 3168)
+++ PKGBUILD	2008-06-21 12:11:23 UTC (rev 3169)
@@ -2,21 +2,21 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xproto
-pkgver=7.0.12
+pkgver=7.0.13
 pkgrel=1
 pkgdesc="X11 core wire protocol and auxiliary headers"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/"
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7d26f45dca52632712a696e0631dc17b')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 
   install -D -m644 ${startdir}/src/${pkgname}-${pkgver}/COPYING \
                    ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
-md5sums=('388234421add6c1760b4fc99fcdc76b0')





More information about the arch-commits mailing list