From ab63d8d49f68847a68c2ba0014bf0d3338cb3df6 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 18 Nov 2012 02:17:27 -0800 Subject: Sun Nov 18 02:15:18 PST 2012 --- extra/mesa/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'extra/mesa') diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index c4cffbb3e..1be812e93 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 168551 2012-10-13 11:42:56Z andyrtr $ +# $Id: PKGBUILD 171458 2012-11-17 21:07:48Z andyrtr $ # Maintainer: Jan de Groot # Maintainer: Andreas Radke @@ -12,7 +12,7 @@ _git=false if [ "${_git}" = "true" ]; then pkgver=8.99.git_$_gitdate else - pkgver=9.0 + pkgver=9.0.1 fi pkgrel=1 arch=('i686' 'x86_64') @@ -21,8 +21,7 @@ makedepends=('glproto>=1.4.16' 'libdrm>=2.4.39' 'libxxf86vm>=1.1.2' 'libxdamage> url="http://mesa3d.sourceforge.net" license=('custom') options=('!libtool') -source=(LICENSE - git_fixes.diff) +source=(LICENSE) if [ "${_git}" = "true" ]; then # mesa git shot from 9.0 branch - see for state: http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0 #source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz') @@ -33,14 +32,11 @@ if [ "${_git}" = "true" ]; then ) fi md5sums=('5c65a0fe315dd347e09b1f2826a1df5a' - '2ebce12196dbb7b69bdf7ef53b8afdee' - '60e557ce407be3732711da484ab3db6c') + '97d6554c05ea7449398afe3a0ede7018') build() { cd ${srcdir}/?esa-* - patch -Np1 -i ${srcdir}/git_fixes.diff - COMMONOPTS="--prefix=/usr \ --sysconfdir=/etc \ --with-dri-driverdir=/usr/lib/xorg/modules/dri \ -- cgit v1.2.3-54-g00ecf