From 28c7f02d88b9621ce9d599e5bb62fc6247eee212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves=20Fern=C3=A1ndez?= Date: Sun, 28 Aug 2016 11:22:52 +0200 Subject: [PATCH] glfw 3.2.1 --- glfw/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glfw/PKGBUILD b/glfw/PKGBUILD index 8bfe05f0c..08c9cc9e7 100644 --- a/glfw/PKGBUILD +++ b/glfw/PKGBUILD @@ -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"