diff options
author | root <root@rshg054.dnsready.net> | 2012-03-24 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-24 00:01:22 +0000 |
commit | adac5afd500d4ee3a65035e1cf5353ae236b4a61 (patch) | |
tree | f4363891ec4de7b720eb809815fec7199292f5b0 /community/glfw | |
parent | 1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff) |
Sat Mar 24 00:01:22 UTC 2012
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 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" |