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

Jan de Groot jgc at archlinux.org
Sun Mar 29 17:10:49 UTC 2009


    Date: Sunday, March 29, 2009 @ 13:10:49
  Author: jgc
Revision: 32230

upgpkg: unichrome-dri 7.4-1

Modified:
  unichrome-dri/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-29 16:40:03 UTC (rev 32229)
+++ PKGBUILD	2009-03-29 17:10:49 UTC (rev 32230)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=unichrome-dri
-pkgver=7.3
+pkgver=7.4
 pkgrel=1
 pkgdesc="DRI drivers for Unichrome-based videochipsets"
 arch=(i686 x86_64)
@@ -12,12 +12,12 @@
 options=('!libtool')
 source=(http://downloads.sourceforge.net/mesa3d/MesaLib-${pkgver}.tar.bz2
 	mesa-7.1-link-shared.patch)
-md5sums=('781e7811a6ed5c97b2b8defefc8ffbc9'
+md5sums=('7ecddb341a2691e0dfdb02f697109834'
          'f0baa948d9810f268413111ee439d24b')
 
 build() {
   cd "${srcdir}/Mesa-${pkgver}"
-  patch -Np1 -i ${srcdir}/mesa-7.1-link-shared.patch
+  patch -Np1 -i "${srcdir}/mesa-7.1-link-shared.patch" || return 1
   export CFLAGS="${CFLAGS} -ffast-math"
   ./configure --prefix=/usr \
     --with-dri-driverdir=/usr/lib/xorg/modules/dri \




More information about the arch-commits mailing list