summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReza Jahanbakhshi2021-10-11 15:14:51 +0200
committerReza Jahanbakhshi2021-10-11 15:14:51 +0200
commit601827810d13338f19fe699e7eebceaf1d76d484 (patch)
treee0f2d180690150fd12426eface2ac30c3185d150 /PKGBUILD
parentc1fca34b9ed4c711dc9964e5bd52e573d77fbcf9 (diff)
downloadaur-601827810d13338f19fe699e7eebceaf1d76d484.tar.gz
Added missing patch line in the prepare function.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38d2a8016e25..e322ffb71ff9 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.146031.6b9e12ea256
+pkgver=21.3.0_devel.146044.77e5f149ebb
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -99,6 +99,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"
}