summaryrefslogtreecommitdiff
path: root/community/glfw/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-06 02:15:56 -0700
committerroot <root@rshg054.dnsready.net>2013-10-06 02:15:56 -0700
commitd3bff0fc1a69eb487b5d45b168c018f44a53b223 (patch)
tree4bbffc2cb628fc9218eb9ebf990a16a2631b1bcb /community/glfw/PKGBUILD
parent2143b499940459b3dd7e8c6afbd6a2d9b776bc6c (diff)
Sun Oct 6 02:13:39 PDT 2013
Diffstat (limited to 'community/glfw/PKGBUILD')
-rw-r--r--community/glfw/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 <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=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"