summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2021-10-09 13:52:15 +0200
committerLone_Wolf2021-10-09 13:52:15 +0200
commitecea184bba44e3b2a25b01ced36b95e00c300f79 (patch)
treef42d56637e52cd966e6be57d8b627c1e66b7a333 /PKGBUILD
parent66ceec91f0db2b088311fe3e64ca0c2cab5f1a78 (diff)
downloadaur-ecea184bba44e3b2a25b01ced36b95e00c300f79.tar.gz
llvm moved Targetregistry.h to another folder, see https://github.com/llvm/llvm-project/commit/89b57061f7b769e9ea9bf6ed686e284f3e55affe
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae4d96997d68..04f6aa5b683f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=21.3.0_devel.145800.d2543658ef6
+pkgver=21.3.0_devel.146021.3e36a20a34d
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -29,13 +29,14 @@ url="https://www.mesa3d.org"
license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git'
'LICENSE'
+ 'TargetRegistry.h-was-moved-to-MC-folder.patch'
)
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a'
-)
+ 'a18664df6502a61490d305ab32c13365')
sha512sums=('SKIP'
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2'
-)
+ '01e05fe2e08e2926ebb4c7e7f9f3095dbf31c706e8dab901a46300458f78df7de15d8ea5d2d11ac71d9175806194699d674e8cd1196f76e7f563eb7694f9e419')
# ninja grabs all available cores and leaves almost nothing for other processes.
# this package uses the environment variable NINJAFLAGS to allow the user to change this behaviour
@@ -54,6 +55,7 @@ prepare() {
if [ -d _build ]; then
rm -rf _build
fi
+ patch --directory="mesa" --forward --strip=1 --input="${srcdir}/TargetRegistry.h-was-moved-to-MC-folder.patch"
}
build () {