summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSovietReimu12282023-04-13 17:59:29 +0900
committerSovietReimu12282023-04-13 17:59:29 +0900
commit02bafee2339705c2d83acca966d0be11e4b55e43 (patch)
tree48a2be9474ba231065d13026acc93327e4aa3e33
parentf8be2ec71464e7ab77b7f966b90eae2209e05779 (diff)
downloadaur-02bafee2339705c2d83acca966d0be11e4b55e43.tar.gz
update
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f7510f35dd..8162b997a08f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-rusticl-git
pkgdesc = An open-source implementation of the OpenGL specification, with Rusticl
- pkgver = 23.1.0_devel.169687.3b958f65ca8.d41d8cd98f00b204e9800998ecf8427e
+ pkgver = 23.1.0_devel.169705.e230d60bd61.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -92,7 +92,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/si
+ source = mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/fix_oob_map
source = LICENSE
md5sums = SKIP
md5sums = 5c65a0fe315dd347e09b1f2826a1df5a
diff --git a/PKGBUILD b/PKGBUILD
index 8901cfb9ce11..d3dd599555cf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mesa-rusticl-git
pkgdesc="An open-source implementation of the OpenGL specification, with Rusticl"
-pkgver=23.1.0_devel.169687.3b958f65ca8.d41d8cd98f00b204e9800998ecf8427e
+pkgver=23.1.0_devel.169705.e230d60bd61.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
@@ -26,7 +26,7 @@ conflicts=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vu
url="https://www.mesa3d.org"
license=('custom')
-source=('mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/si'
+source=('mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/fix_oob_map'
'LICENSE'
# 'zink_hack.patch'
)