summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReza Jahanbakhshi2021-10-11 11:24:22 +0200
committerReza Jahanbakhshi2021-10-11 11:24:22 +0200
commitc1fca34b9ed4c711dc9964e5bd52e573d77fbcf9 (patch)
tree90820f67ec7533ccb564eaca2df730a43aa3dc99 /PKGBUILD
parentd31d902fd8e17c97a4960ef52a9bfad46025fc27 (diff)
downloadaur-c1fca34b9ed4c711dc9964e5bd52e573d77fbcf9.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--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be8eccc27aa5..38d2a8016e25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=21.3.0_devel.144808.b1eb0887922
+pkgver=21.3.0_devel.146031.6b9e12ea256
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -27,13 +27,14 @@ url="https://www.mesa3d.org"
license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main'
'LICENSE'
+ 'TargetRegistry.h-was-moved-to-MC-folder.patch'
)
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a'
-)
+ 'a18664df6502a61490d305ab32c13365')
sha512sums=('SKIP'
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2'
-)
+ '01e05fe2e08e2926ebb4c7e7f9f3095dbf31c706e8dab901a46300458f78df7de15d8ea5d2d11ac71d9175806194699d674e8cd1196f76e7f563eb7694f9e419')
# NINJAFLAGS is an env var used to pass commandline options to ninja
# NOTE: It's your responbility to validate the value of $NINJAFLAGS. If unsure, don't set it.