summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2024-05-14 16:42:29 +0200
committerLone_Wolf2024-05-14 16:42:29 +0200
commit1494841f9453948fb362d65b738b7eba9493091d (patch)
treee7a776b597875bff24a54645b7a6fa66da117dc9
parent1a6b19c5101eed7cd1f3e4b3220e6629c9b95429 (diff)
downloadaur-1494841f9453948fb362d65b738b7eba9493091d.tar.gz
cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c8138194d4d..70553a21caf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-minimal-git
pkgdesc = an open-source implementation of the OpenGL specification, stripped down git version
- pkgver = 24.2.0_devel.188553.6ab4b2d7a06
+ pkgver = 24.2.0_devel.189258.5502ecd7716
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -93,7 +93,7 @@ pkgname = opencl-rusticl-mesa-minimal-git
depends = spirv-llvm-translator-minimal-git
depends = libclc-minimal-git
depends = spirv-tools-git
- depends = mesa-minimal-git=24.2.0_devel.188553.6ab4b2d7a06-1
+ depends = mesa-minimal-git=24.2.0_devel.189258.5502ecd7716-1
depends = llvm-libs-minimal-git
depends = clang-libs-minimal-git
depends = expat
diff --git a/PKGBUILD b/PKGBUILD
index 911b1f345f64..fbdb4cb83d8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
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.2.0_devel.188553.6ab4b2d7a06
+pkgver=24.2.0_devel.189258.5502ecd7716
pkgrel=1
arch=('x86_64')
makedepends=(git meson ninja libglvnd python-packaging python-mako xorgproto libxml2 libx11 libva elfutils libxrandr
@@ -51,9 +51,6 @@ pkgver() {
build() {
-# llvm trunk since https://github.com/llvm/llvm-project/commit/90c738ef15fc6f10255dced0b1557f2cd2c4f43b
-# breaks build, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/10947
-# disabling intel OpenGL & Vulkan driver for now
meson setup mesa _build \
-D b_ndebug=true \
-D b_lto=false \