diff options
Diffstat (limited to 'community/glfw')
-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 46ad0cdb8..ab6e00719 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93104 2013-06-24 11:26:57Z svenstaro $ +# $Id: PKGBUILD 96501 2013-08-30 19:17:19Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: philefou <tuxication AT gmail DOT com> # Contributor: lindquist <tomas@famolsen.dk> @@ -7,8 +7,8 @@ # Contributor: SpepS <dreamspepser at yahoo dot it> pkgname=glfw -pkgver=3.0.1 -pkgrel=2 +pkgver=3.0.2 +pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" arch=('i686' 'x86_64') url="http://www.glfw.org/" @@ -16,7 +16,7 @@ license=('custom:ZLIB') depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput') makedepends=('mesa' 'cmake' 'doxygen') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('b67fa7191e9cff0cf0caa7f16f80c658') +md5sums=('35a3ef5e0a8137e6984c5fb892edb06c') build() { cd "$srcdir/$pkgname-$pkgver" |