diff options
Diffstat (limited to 'community/glfw/PKGBUILD')
-rw-r--r-- | community/glfw/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index 17ab644b4..3624620f9 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73522 2012-07-09 01:16:26Z svenstaro $ +# $Id: PKGBUILD 79769 2012-11-12 09:00:25Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: philefou <tuxication AT gmail DOT com> # Contributor: lindquist <tomas@famolsen.dk> @@ -7,16 +7,16 @@ # Contributor: SpepS <dreamspepser at yahoo dot it> pkgname=glfw -pkgver=2.7.6 +pkgver=2.7.7 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" arch=('i686' 'x86_64' 'mips64el') url="http://www.glfw.org/" license=('custom:ZLIB') -depends=('libgl' 'libxrandr') +depends=('libgl' 'libxrandr' 'glu') makedepends=('mesa') source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('d76512d292d91782487f6e2d4a43e7bc') +md5sums=('873a721fc415268e2b794d4dd08c558f') build() { cd "$srcdir/$pkgname-$pkgver" |