summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2023-09-26 23:09:36 +0200
committerLone_Wolf2023-09-26 23:09:36 +0200
commit747272b9ba925efd5d37222a28b39cd3b26591a7 (patch)
tree40d5d7c13cb153b59cbf7a4e5a3c57d0156f81bd /PKGBUILD
parentbeb2c7c447957e8e1c78c42ae290379f115f9067 (diff)
downloadaur-747272b9ba925efd5d37222a28b39cd3b26591a7.tar.gz
removed no longer needed patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b500745eb6f6..281ece4c025f 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=23.3.0_devel.177988.4c877ebfe50
+pkgver=23.3.0_devel.178244.b1e851d66c3
pkgrel=1
arch=('x86_64')
makedepends=(git meson ninja libglvnd python-mako xorgproto libxml2 libx11 libva elfutils libxrandr
@@ -27,8 +27,6 @@ url="https://www.mesa3d.org"
license=('custom')
source=("mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git"
'LICENSE'
- 'llvm18-replace-CGFT-with-CodeGenFileType-where-needed.patch'
- 'llvm18-change-in-CodeGenOpt-structure.patch'
)
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a'
@@ -45,12 +43,6 @@ options=(!emptydirs)
# The responsibility to validate the value of NINJAFLAGS lies with the user.
# If unsure, use NINJAFLAGS=""
-prepare() {
- cd mesa
- patch --forward --strip=1 --input="${srcdir}"/llvm18-replace-CGFT-with-CodeGenFileType-where-needed.patch
- patch --forward --strip=1 --input="${srcdir}"/llvm18-change-in-CodeGenOpt-structure.patch
-}
-
pkgver() {
cd mesa
local _ver