diff --git a/extra/mesa/.SRCINFO b/extra/mesa/.SRCINFO index 6d5dedff5..e890b44fc 100644 --- a/extra/mesa/.SRCINFO +++ b/extra/mesa/.SRCINFO @@ -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 diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index 8fcaff4e2..177468a52 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -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'