libGL: update to 13.0.1.

This commit is contained in:
Andrea Brancaleoni 2016-11-17 16:29:34 +01:00
parent d301273482
commit 10a1a4907d

View file

@ -1,7 +1,7 @@
# Template build file for 'libGL'. # Template build file for 'libGL'.
pkgname=libGL pkgname=libGL
version=13.0.0 version=13.0.1
revision=2 revision=1
wrksrc="mesa-${version}" wrksrc="mesa-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-shared-glapi --enable-gbm configure_args="--enable-shared-glapi --enable-gbm
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mesa3d.org/" homepage="http://www.mesa3d.org/"
license="MIT, LGPL-2.1" license="MIT, LGPL-2.1"
distfiles="https://mesa.freedesktop.org/archive/${version}/mesa-${version}.tar.xz" distfiles="https://mesa.freedesktop.org/archive/${version}/mesa-${version}.tar.xz"
checksum=94edb4ebff82066a68be79d9c2627f15995e1fe10f67ab3fc63deb842027d727 checksum=71962fb2bf77d33b0ad4a565b490dbbeaf4619099c6d9722f04a73187957a731
# static_assert() # static_assert()
CFLAGS="-std=c11" CFLAGS="-std=c11"