diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-26 02:32:31 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-26 02:32:31 -0300 |
commit | 85432aa023aac3f203609197c12edd8f066660bc (patch) | |
tree | f9e5ee8a100b4a18f4442a1d327c460d582e304c /community/glfw | |
parent | d0667450d97b754454742d2c3954979ed0826f1b (diff) | |
parent | f566ab403132b1bb3eb3a5b2e604c117bc0630c7 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
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 847ef3031..61a452b02 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' 'mips64el') 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" |