summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-03-03 21:00:55 -0500
committerVincent Grande2021-03-03 21:00:55 -0500
commit53b08601c46f5d6df85da7f9993983d5e8cc83fe (patch)
tree6c1f8efaed06312fa2378d9140e8d5eb2715044d /PKGBUILD
parent55a2235d8abbf203a4893c0bf34a8fcedb084b83 (diff)
downloadaur-53b08601c46f5d6df85da7f9993983d5e8cc83fe.tar.gz
remove patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d9693d31a1d..7901140957f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,11 +31,9 @@ url="https://www.mesa3d.org"
license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git'
'LICENSE'
- '8543 clover Fix build with llvm-12.patch'
'0001-clover-llvm13-use-FixedVectorType.patch')
sha512sums=('SKIP'
'SKIP'
- 'SKIP'
'SKIP')
# ninja grabs all available cores and leaves almost nothing for other processes.
@@ -100,7 +98,6 @@ prepare() {
fi
cd mesa
- patch --forward --strip=1 --input="${srcdir}/8543 clover Fix build with llvm-12.patch"
patch --forward --strip=1 --input="${srcdir}/0001-clover-llvm13-use-FixedVectorType.patch"
}