summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2021-04-15 16:02:37 +0200
committerLone_Wolf2021-04-15 16:02:37 +0200
commit74ad4a4fb63346bf58bf82e9b066eac000be3ea9 (patch)
tree8d9ad5dd51c4622eaa2ab7e85f1e3381bf5b9536 /PKGBUILD
parentb1fbd4177b986d94ee46fe3d83f822f8f05cc285 (diff)
downloadaur-74ad4a4fb63346bf58bf82e9b066eac000be3ea9.tar.gz
removed FixedVectorType patch as it has been implemented upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e38e31f9dd63..c30a7fbffe3a 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.137111.3463b8bf416
+pkgver=21.2.0_devel.138224.f601fd635bb
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -30,14 +30,13 @@ url="https://www.mesa3d.org"
license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git'
'LICENSE'
- '0001-clover-llvm13-use-FixedVectorType.patch'
)
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a'
- '5f0620ce35da2d1f80dc1b3c03eafc32')
+)
sha512sums=('SKIP'
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2'
- '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
@@ -56,8 +55,6 @@ prepare() {
if [ -d _build ]; then
rm -rf _build
fi
- cd mesa
- patch --forward --strip=1 --input="${srcdir}/0001-clover-llvm13-use-FixedVectorType.patch"
}
build () {