diff options
author | root <root@rshg047.dnsready.net> | 2011-05-27 22:47:26 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-27 22:47:26 +0000 |
commit | 33feb015eb09eee76827f359e685fce981d88111 (patch) | |
tree | 775ca3a4bc06155ce29cd205ba583df5d9b1ba44 /testing/mesa/PKGBUILD | |
parent | 956ae4eb53422c92f78d86d5511f25fbf6fa6497 (diff) |
Fri May 27 22:47:26 UTC 2011
Diffstat (limited to 'testing/mesa/PKGBUILD')
-rw-r--r-- | testing/mesa/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/mesa/PKGBUILD b/testing/mesa/PKGBUILD index 93e6e6e42..d478f1f56 100644 --- a/testing/mesa/PKGBUILD +++ b/testing/mesa/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 121126 2011-04-29 05:00:59Z andyrtr $ +# $Id: PKGBUILD 125601 2011-05-26 20:48:20Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org> @@ -9,7 +9,7 @@ _git=true #_git=false if [ "${_git}" = "true" ]; then - pkgver=7.10.99.git20110429 + pkgver=7.10.99.git20110526 else pkgver=7.10.2 fi @@ -21,8 +21,8 @@ url="http://mesa3d.sourceforge.net" license=('custom') source=(LICENSE gnome-shell-shader-fix.patch nouveau-fix-header.patch) if [ "${_git}" = "true" ]; then - # mesa git shot from 7.11 branch - see for state: http://cgit.freedesktop.org/mesa/mesa/commit/?id=608a4a17feea9fba2812d4e5c01dd6dbadc5d6e0 - source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-608a4a17feea9fba2812d4e5c01dd6dbadc5d6e0.tar.bz2') + # mesa git shot from mastee (will become 7.11) branch - see for state: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7b3f40b70dc7dd602897d364011089047583c5d + source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-f7b3f40b70dc7dd602897d364011089047583c5d.tar.bz2') else source=(${source[@]} "ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2" ) @@ -30,7 +30,7 @@ fi md5sums=('5c65a0fe315dd347e09b1f2826a1df5a' '3ec78f340f9387abd7a37b195e764cbf' '67c87b77cc2236b52a3b47dad3fbb5d4' - '8d1a895110a6d3b7c51b3521f794bae2') + 'ca2b343a0b8077fda38077c547b80fc3') build() { if [ "${_git}" = "true" ]; then |