diff options
Diffstat (limited to 'community/glfw/PKGBUILD')
-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 88d7e2dfd..46ad0cdb8 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92771 2013-06-15 00:51:49Z svenstaro $ +# $Id: PKGBUILD 93104 2013-06-24 11:26:57Z 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 -pkgrel=1 +pkgver=3.0.1 +pkgrel=2 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=('415aef32d70af0cc829148c1cc7b1357') +md5sums=('b67fa7191e9cff0cf0caa7f16f80c658') build() { cd "$srcdir/$pkgname-$pkgver" |