Date: Thursday, April 7, 2011 @ 03:59:20 Author: andyrtr Revision: 118468
prepare new release, build is broken - https://bugs.freedesktop.org/show_bug.cgi?id=35562 Modified: mesa/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-07 07:16:19 UTC (rev 118467) +++ PKGBUILD 2011-04-07 07:59:20 UTC (rev 118468) @@ -11,7 +11,7 @@ if [ "${_git}" = "true" ]; then pkgver=7.10.0.git20110215 else - pkgver=7.10.1 + pkgver=7.10.2 fi pkgrel=2 arch=('i686' 'x86_64') @@ -19,17 +19,17 @@ 'gcc-libs>=4.5' 'dri2proto=2.3' 'python2' 'libxml2' 'imake') url="http://mesa3d.sourceforge.net" license=('custom') -source=(LICENSE) +source=(LICENSE gnome-shell-shader-fix.patch) if [ "${_git}" = "true" ]; then # mesa git shot from 7.10 branch - see for state: http://cgit.freedesktop.org/mesa/mesa/commit/?h=7.10&id=cc1636b6db85604510f97f8a37d7fd0ecf453866 source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-cc1636b6db85604510f97f8a37d7fd0ecf453866.tar.bz2') else source=(${source[@]} "ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2" - gnome-shell-shader-fix.patch) +) fi md5sums=('5c65a0fe315dd347e09b1f2826a1df5a' - 'efe8da4d80c2a5d32a800770b8ce5dfa' - '3ec78f340f9387abd7a37b195e764cbf') + '3ec78f340f9387abd7a37b195e764cbf' + 'f5de82852f1243f42cc004039e10b771') build() { if [ "${_git}" = "true" ]; then
