From d3bff0fc1a69eb487b5d45b168c018f44a53b223 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 Oct 2013 02:15:56 -0700 Subject: Sun Oct 6 02:13:39 PDT 2013 --- community/glfw/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/glfw/PKGBUILD') diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index ab6e00719..7d44ad480 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96501 2013-08-30 19:17:19Z svenstaro $ +# $Id: PKGBUILD 98064 2013-10-05 08:59:45Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: philefou # Contributor: lindquist @@ -7,7 +7,7 @@ # Contributor: SpepS pkgname=glfw -pkgver=3.0.2 +pkgver=3.0.3 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' 'xorg-xinput') makedepends=('mesa' 'cmake' 'doxygen') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('35a3ef5e0a8137e6984c5fb892edb06c') +md5sums=('623977c096b28c25528e3c958e9fb3fd') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf