summaryrefslogtreecommitdiff
path: root/staging/glew
diff options
context:
space:
mode:
Diffstat (limited to 'staging/glew')
-rw-r--r--staging/glew/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/staging/glew/PKGBUILD b/staging/glew/PKGBUILD
index c71ce3a24..4cc448ce2 100644
--- a/staging/glew/PKGBUILD
+++ b/staging/glew/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 164235 2012-07-28 03:12:10Z eric $
+# $Id: PKGBUILD 169341 2012-10-19 22:31:09Z eric $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: SleepyDog
pkgname=glew
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
pkgdesc="The OpenGL Extension Wrangler Library"
arch=('i686' 'x86_64')
url="http://glew.sourceforge.net"
license=('BSD' 'MIT' 'GPL')
-depends=('libxmu' 'libxi' 'mesa')
+depends=('libxmu' 'libxi' 'glu')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4')
+sha1sums=('9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"