glfw 3.2.1

This commit is contained in:
Adrián Chaves Fernández 2016-08-28 11:22:52 +02:00
parent 374034a41e
commit 28c7f02d88

View File

@ -1,5 +1,5 @@
pkgname=glfw
pkgver=3.2
pkgver=3.2.1
pkgrel=1
pkgdesc="A free, open source, portable framework for OpenGL application development"
arch=('x86_64')
@ -8,7 +8,7 @@ license=('custom:ZLIB')
depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
makedepends=('mesa' 'cmake' 'doxygen')
source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
sha512sums=('55982cba8b6605fe5489f7396fb5101f3eedd121d13a51ab8178e4bd2c8b348a8b7869fcd00dbefe5725b5c04942318c2a99f13832da4bfa74db42ab2812f3a2')
sha512sums=('c7921f993b9a99b3b9421fefadb039cd475c42d85f5b5a35d7c5401c70491349bb885a02fd31e527de06a8b40d9d49a1fdb92c964e13c04ae092c6b98eb491dc')
build() {
cd "$srcdir/$pkgname-$pkgver"