glfw: update to 3.1.2

This commit is contained in:
gnastyle 2015-10-13 14:06:22 +02:00
parent 089d9ed48f
commit 61c2b205d4

View File

@ -1,5 +1,5 @@
pkgname=glfw
pkgver=3.1.1
pkgver=3.1.2
pkgrel=1
pkgdesc="A free, open source, portable framework for OpenGL application development"
arch=('x86_64')
@ -8,10 +8,9 @@ license=('custom:ZLIB')
depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
makedepends=('mesa' 'cmake' 'doxygen')
conflicts=('glfw2')
provides=('glfw2')
replaces=('glfw2')
source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
sha512sums=('31a68f4bac3477b144c73301f418805dea7509e701e3106b8e5b493a31024753aabf1c6c58a9b3f3385e036b6248d5a6decb137b323702bc5d1af23c344e503d')
sha512sums=('07e8dcc2623fa87558f44e8a01e0f12c0fbbf8b67798337a500c8208ebebedfb545156feb11cba16fa6a4ae1ef0ae21c7ebf934791e4f62a953b727c48f9d150')
build() {
cd "$srcdir/$pkgname-$pkgver"