Date: Wednesday, September 30, 2020 @ 09:41:26 Author: foutrelis Revision: 396988
upgpkg: mesa 20.2.0-2: rebuild with patched gcc to fix mpv crash https://gitlab.freedesktop.org/mesa/mesa/-/issues/3239 https://bugs.archlinux.org/task/68046 Modified: mesa/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-30 09:28:39 UTC (rev 396987) +++ PKGBUILD 2020-09-30 09:41:26 UTC (rev 396988) @@ -7,7 +7,7 @@ pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'mesa') pkgdesc="An open-source implementation of the OpenGL specification" pkgver=20.2.0 -pkgrel=1 +pkgrel=2 arch=('x86_64') makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 'zstd' 'elfutils' 'llvm'
