summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis2023-04-15 14:46:49 +0200
committerDenis2023-04-15 14:46:49 +0200
commit0c7db511f3cb63e26eb567ab8870d6ead3f5e062 (patch)
tree286c08069d6cfbcfae2be9019f99972e649dc835
parent70ca6ffef2745647da5097333435f1c89b45253c (diff)
downloadaur-0c7db511f3cb63e26eb567ab8870d6ead3f5e062.tar.gz
Added lib32-opencl-mesa in conflicts/includes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 243049e5bf59..9ac2397a3e80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-amdonly-gaming-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 23.1.0_devel.167746.399012a911b.d41d8cd98f00b204e9800998ecf8427e
+ pkgver = 23.2.0_devel.169866.c6906448425.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -40,6 +40,7 @@ pkgbase = lib32-mesa-amdonly-gaming-git
provides = lib32-mesa-libgl
provides = lib32-opengl-driver
provides = lib32-vulkan-driver
+ provides = lib32-opencl-mesa
conflicts = lib32-mesa
conflicts = lib32-vulkan-intel
conflicts = lib32-vulkan-radeon
@@ -47,6 +48,8 @@ pkgbase = lib32-mesa-amdonly-gaming-git
conflicts = lib32-libva-mesa-driver
conflicts = lib32-mesa-vdpau
conflicts = lib32-mesa-libgl
+ conflicts = lib32-opencl-mesa
+ options = !lto
source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main
source = LICENSE
source = llvm32.native
diff --git a/PKGBUILD b/PKGBUILD
index 052723e6b3d7..63bd9dd9c31f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=lib32-mesa-amdonly-gaming-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=23.1.0_devel.167746.399012a911b.d41d8cd98f00b204e9800998ecf8427e
+pkgver=23.2.0_devel.169866.c6906448425.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -23,8 +23,8 @@ depends=('mesa-amdonly-gaming-git' 'lib32-gcc-libs' 'lib32-libdrm' 'lib32-waylan
'lib32-libxdamage' 'lib32-libxshmfence' 'lib32-libelf'
'lib32-lm_sensors' 'glslang' 'lib32-vulkan-icd-loader' 'lib32-zstd' 'lib32-llvm-libs')
optdepends=('opengl-man-pages: for the OpenGL API man pages')
-provides=('lib32-mesa' 'lib32-vulkan-radeon' 'lib32-vulkan-mesa-layer' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa-libgl' 'lib32-opengl-driver' 'lib32-vulkan-driver')
-conflicts=('lib32-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-vulkan-mesa-layer' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa-libgl')
+provides=('lib32-mesa' 'lib32-vulkan-radeon' 'lib32-vulkan-mesa-layer' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa-libgl' 'lib32-opengl-driver' 'lib32-vulkan-driver' 'lib32-opencl-mesa')
+conflicts=('lib32-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-vulkan-mesa-layer' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa-libgl' 'lib32-opencl-mesa')
url="https://www.mesa3d.org"
license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main'