diff options
author | root <root@rshg054.dnsready.net> | 2013-06-07 00:17:01 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-07 00:17:01 -0700 |
commit | 0312a836fd7650702bd6667fee9e949b585126d8 (patch) | |
tree | 8162eb0073f65b4c0395828ea087575953a3457c /community/glfw | |
parent | 051a089508dcb9131c5a2e15ec4cdca686e3d2c7 (diff) |
Fri Jun 7 00:17:01 PDT 2013
Diffstat (limited to 'community/glfw')
-rw-r--r-- | community/glfw/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index e017a51c6..5b817cdb6 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87832 2013-04-07 21:39:10Z svenstaro $ +# $Id: PKGBUILD 92480 2013-06-06 17:40:18Z 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.8 +pkgver=2.7.9 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=('a2e1b13e46a7c637a7760c94b72896cd') +md5sums=('96e12be48801984f0f0c23e38549b277') build() { cd "$srcdir/$pkgname-$pkgver" |