summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-05-19 21:18:50 +0200
committerMichel Zou2021-05-19 21:18:50 +0200
commitb83411c9474a93dc2d8d4cc5446df221b18a41eb (patch)
tree22391145cf1b3aece4167bd0c25a19b74812eee7
parente0de9f796ee452f8fe20cccbcb76caac3f2d7620 (diff)
downloadaur-b83411c9474a93dc2d8d4cc5446df221b18a41eb.tar.gz
21.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 984afc5118a2..f0f57a77f2a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-mesa
pkgdesc = An open-source implementation of the OpenGL specification (mingw-w64)
- pkgver = 21.1.0
+ pkgver = 21.1.1
pkgrel = 2
url = https://www.mesa3d.org/
arch = any
@@ -15,15 +15,15 @@ pkgbase = mingw-w64-mesa
options = staticlibs
options = !strip
options = !buildflags
- source = https://mesa.freedesktop.org/archive/mesa-21.1.0.tar.xz
- source = https://mesa.freedesktop.org/archive/mesa-21.1.0.tar.xz.sig
+ source = https://mesa.freedesktop.org/archive/mesa-21.1.1.tar.xz
+ source = https://mesa.freedesktop.org/archive/mesa-21.1.1.tar.xz.sig
validpgpkeys = 8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D
validpgpkeys = 946D09B5E4C9845E63075FF1D961C596A7203456
validpgpkeys = E3E8F480C52ADD73B278EE78E1ECBE07D7D70895
validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6
- sha256sums = 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8
+ sha256sums = eec25ea379054e8911bc5de816aeb50f581b5b708414725003d2f00386b38dd2
sha256sums = SKIP
pkgname = mingw-w64-mesa
diff --git a/PKGBUILD b/PKGBUILD
index b57eb41c043d..377e340a469b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-mesa
-pkgver=21.1.0
+pkgver=21.1.1
pkgrel=2
pkgdesc="An open-source implementation of the OpenGL specification (mingw-w64)"
arch=('any')
@@ -15,14 +15,13 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D' # Emil Velikov <emil.l
'71C4B75620BC75708B4BDB254C95FAAB3EB073EC' # Dylan Baker <dylan@pnwbakers.com>
'57551DE15B968F6341C248F68D8E31AFC32428A6') # Eric Engestrom <eric@engestrom.ch>
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig})
-sha256sums=('0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8'
+sha256sums=('eec25ea379054e8911bc5de816aeb50f581b5b708414725003d2f00386b38dd2'
'SKIP')
_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() {