summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2021-03-03 11:40:09 +0100
committerLone_Wolf2021-03-03 11:40:09 +0100
commita277912d22c5d9f9884644da291f51bcc6abe685 (patch)
treedf5f05c6683fb203f91e3d3158b71d8a85bcb003 /PKGBUILD
parentbfb098aa1da8eac43e85031f439d26926319d23f (diff)
downloadaur-a277912d22c5d9f9884644da291f51bcc6abe685.tar.gz
removed patch that has landed in master
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2c3a933013d..96d0273740c9 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.1.0_devel.135956.c77df59c9e6
+pkgver=21.1.0_devel.135967.b33792b794f
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -31,15 +31,13 @@ license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git'
'LICENSE'
'0001-clover-llvm13-use-FixedVectorType.patch'
- '0002-fix-ac_build_atomic_rmw-with-LLVM-13.patch')
+)
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a'
- '5f0620ce35da2d1f80dc1b3c03eafc32'
- '02e6ec0777fd25a51f6e15ba3bdbfff2')
+ '5f0620ce35da2d1f80dc1b3c03eafc32')
sha512sums=('SKIP'
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2'
- 'c3a567df69a263c6b87d9c7887464ed03b5a0bf008caf180c45cf50dca3f4710e0eda3e453a7a69b89720e333c33b9aa7da1b7f9c79d72bb76d847b567558d19'
- '694793099b05351bbcc83751499487b627c4daa13b5bdb93bf3f391372286ef8fb599d3e2a660452400ba56bb130454f067987a3d59214022055963e45f85779')
+ 'c3a567df69a263c6b87d9c7887464ed03b5a0bf008caf180c45cf50dca3f4710e0eda3e453a7a69b89720e333c33b9aa7da1b7f9c79d72bb76d847b567558d19')
# 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
@@ -59,9 +57,7 @@ prepare() {
rm -rf _build
fi
cd mesa
-# patch --forward --strip=1 --input="${srcdir}/0002-clover-additonal-include-for-mr8543-llvm12.patch"
patch --forward --strip=1 --input="${srcdir}/0001-clover-llvm13-use-FixedVectorType.patch"
- patch --forward --strip=1 --input="${srcdir}/0002-fix-ac_build_atomic_rmw-with-LLVM-13.patch"
}
build () {