extra/mesa to 24.0.5-2

This commit is contained in:
Kevin Mihelich 2024-04-28 22:15:46 +00:00
parent 2dcb85951a
commit 6ad8890346
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = mesa
pkgdesc = Open-source OpenGL drivers
pkgver = 24.0.5
pkgrel = 1
pkgrel = 2
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64
@ -42,6 +42,7 @@ pkgbase = mesa
makedepends = libclc
makedepends = meson
makedepends = python-mako
makedepends = python-packaging
makedepends = python-ply
makedepends = rust-bindgen
makedepends = wayland-protocols

View file

@ -31,7 +31,7 @@ pkgname=(
'mesa'
)
pkgver=24.0.5
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Open-source OpenGL drivers"
url="https://www.mesa3d.org/"
@ -76,6 +76,7 @@ makedepends=(
'libclc'
'meson'
'python-mako'
'python-packaging'
'python-ply'
'rust-bindgen'
'wayland-protocols'