summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2024-02-17 19:18:14 +0100
committerLone_Wolf2024-02-17 19:18:14 +0100
commit8edc853d266e7c963fec6174076b485d19c7cb15 (patch)
treea94d32845a07b52834766afd3ca0a442c8e1c678 /PKGBUILD
parent3ae92e3e82ae22daa0d7ea2a0b7ba13e19f2b431 (diff)
downloadaur-8edc853d266e7c963fec6174076b485d19c7cb15.tar.gz
added new dep python-ply,needed for vulkan-intel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dac409093fea..89900cf8b20c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,13 @@
pkgbase=mesa-minimal-git
pkgname=(mesa-minimal-git opencl-rusticl-mesa-minimal-git)
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=24.1.0_devel.184170.b10ee44308c
+pkgver=24.1.0_devel.184875.893780b3625
pkgrel=1
arch=('x86_64')
makedepends=(git meson ninja libglvnd python-mako xorgproto libxml2 libx11 libva elfutils libxrandr
wayland-protocols glslang llvm-minimal-git libdrm libclc-minimal-git clang-minimal-git
- rust rust-bindgen spirv-tools-git spirv-llvm-translator-minimal-git libvdpau systemd-libs clang-opencl-headers-minimal-git)
+ rust rust-bindgen spirv-tools-git spirv-llvm-translator-minimal-git libvdpau systemd-libs clang-opencl-headers-minimal-git
+ python-ply)
# In order to keep the package simple and ease troubleshooting only use one llvm implementation
optdepends=('opengl-man-pages: for the OpenGL API man pages')
provides=(mesa vulkan-intel vulkan-radeon vulkan-mesa-layer libva-mesa-driver vulkan-swrast mesa-vdpau vulkan-driver opengl-driver)