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 8d988dcf2..452f0cb2e 100644
--- a/community/glfw/PKGBUILD
+++ b/community/glfw/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 64506 2012-02-15 10:24:29Z svenstaro $
+# $Id: PKGBUILD 68357 2012-03-22 23:04:26Z 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.3
+pkgver=2.7.4
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')
makedepends=('mesa')
source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('f0e40049cc3ef30cb145047a7631ab3f')
+md5sums=('cf3843ff6b4324a3e8003252f6b20cd0')
build() {
cd "$srcdir/$pkgname-$pkgver"