summaryrefslogtreecommitdiff
path: root/community/glfw/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glfw/PKGBUILD')
-rw-r--r--community/glfw/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD
index de84ce1e3..e017a51c6 100644
--- a/community/glfw/PKGBUILD
+++ b/community/glfw/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79769 2012-11-12 09:00:25Z svenstaro $
+# $Id: PKGBUILD 87832 2013-04-07 21:39:10Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: philefou <tuxication AT gmail DOT com>
# Contributor: lindquist <tomas@famolsen.dk>
@@ -7,7 +7,7 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=glfw
-pkgver=2.7.7
+pkgver=2.7.8
pkgrel=1
pkgdesc="A free, open source, portable framework for OpenGL application development"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('custom:ZLIB')
depends=('libgl' 'libxrandr' 'glu')
makedepends=('mesa')
source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('873a721fc415268e2b794d4dd08c558f')
+md5sums=('a2e1b13e46a7c637a7760c94b72896cd')
build() {
cd "$srcdir/$pkgname-$pkgver"