summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a31efbc9c5e..984afc5118a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-mesa
pkgdesc = An open-source implementation of the OpenGL specification (mingw-w64)
pkgver = 21.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mesa3d.org/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 47615117f77c..b57eb41c043d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-mesa
pkgver=21.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source implementation of the OpenGL specification (mingw-w64)"
arch=('any')
url="https://www.mesa3d.org/"
@@ -22,6 +22,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare () {
cd "${srcdir}"/mesa-${pkgver}
+ curl -L https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10276.patch | patch -p1
}
build() {