summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSovietReimu12282022-05-10 19:08:09 +0900
committerSovietReimu12282022-05-10 19:08:09 +0900
commit1f1a1dd01e99bd6057ed44742cdf7a24acfe6f94 (patch)
tree755789cec5e27f9b1de220ab97f6ecee756e456b
parentea4336bb19425d08264bccd0016487b5fa51fce6 (diff)
downloadaur-1f1a1dd01e99bd6057ed44742cdf7a24acfe6f94.tar.gz
Change branch to rusticl/wip
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5acdcf6979b..ad247fb91462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-rusticl-git
pkgdesc = An open-source implementation of the OpenGL specification, with Rusticl
- pkgver = 22.1.0_devel.150548.320d00f985a.d41d8cd98f00b204e9800998ecf8427e
+ pkgver = 22.2.0_devel.153603.2fb29042fa4.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -81,7 +81,7 @@ pkgbase = mesa-rusticl-git
conflicts = vulkan-mesa-layer
conflicts = vulkan-mesa
conflicts = mesa-libgl
- source = mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/main
+ source = mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/wip
source = LICENSE
md5sums = SKIP
md5sums = 5c65a0fe315dd347e09b1f2826a1df5a
diff --git a/PKGBUILD b/PKGBUILD
index 8e705f962217..447df57253ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mesa-rusticl-git
pkgdesc="An open-source implementation of the OpenGL specification, with Rusticl"
-pkgver=22.1.0_devel.150548.320d00f985a.d41d8cd98f00b204e9800998ecf8427e
+pkgver=22.2.0_devel.153603.2fb29042fa4.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
@@ -26,8 +26,7 @@ conflicts=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vu
'vulkan-mesa-layer' 'vulkan-mesa' 'mesa-libgl')
url="https://www.mesa3d.org"
license=('custom')
-# I couldn't build rusticl/wip branch, so I set branch to rusticl/main.
-source=('mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/main'
+source=('mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/wip'
'LICENSE')
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a')
@@ -104,7 +103,8 @@ build () {
-D microsoft-clc=disabled \
-D gallium-rusticl=true \
-D opencl-spirv=true \
- -D shader-cache=enabled
+ -D shader-cache=enabled \
+ -D c_args="-Wno-error=incompatible-pointer-types-discards-qualifiers"
meson configure _build