summaryrefslogtreecommitdiff
path: root/extra/mesa/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mesa/PKGBUILD')
-rw-r--r--extra/mesa/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD
index 1951f3148..eba327774 100644
--- a/extra/mesa/PKGBUILD
+++ b/extra/mesa/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 196157 2013-10-07 12:17:10Z jgc $
+# $Id: PKGBUILD 198319 2013-10-30 14:08:41Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=mesa
pkgname=('mesa' 'mesa-libgl')
-pkgver=9.2.1
+pkgver=9.2.2
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'libxxf86vm' 'libxdamage'
@@ -15,10 +15,9 @@ if [ "$CARCH" != "mips64el" ]; then
fi
url="http://mesa3d.sourceforge.net"
license=('custom')
-options=('!libtool')
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
LICENSE)
-md5sums=('dd4c82667d9c19c28a553b12eba3f8a0'
+md5sums=('20887f8020db7d1736a01ae9cd5d8c38'
'5c65a0fe315dd347e09b1f2826a1df5a')
build() {