summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-06-11 21:39:22 +0200
committerMichel Zou2019-06-11 21:39:22 +0200
commit824a2b35cc0e75128b40bfb641db873099068911 (patch)
tree435f07bae3ca27b4b02f84363e40427a9d6d9300
parentcf3a718ccd53966089590fce6744c1e9d9800842 (diff)
downloadaur-824a2b35cc0e75128b40bfb641db873099068911.tar.gz
19.1.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a200d926738..dfe41916100a 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 = 19.0.6
+ pkgver = 19.1.0
pkgrel = 1
url = https://www.mesa3d.org/
arch = any
@@ -13,11 +13,12 @@ pkgbase = mingw-w64-mesa
options = staticlibs
options = !strip
options = !buildflags
- source = https://mesa.freedesktop.org/archive/mesa-19.0.6.tar.xz
- source = https://mesa.freedesktop.org/archive/mesa-19.0.6.tar.xz.sig
+ source = https://mesa.freedesktop.org/archive/mesa-19.1.0.tar.xz
+ source = https://mesa.freedesktop.org/archive/mesa-19.1.0.tar.xz.sig
source = mingw-posix.patch
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
- sha256sums = 2db2f2fcaa4048b16e066fad76b8a93944f7d06d329972b0f5fd5ce692ce3d24
+ validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
+ sha256sums = 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c61e5081859b..1ceb70ede414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-mesa
-pkgver=19.0.6
+pkgver=19.1.0
pkgrel=1
pkgdesc="An open-source implementation of the OpenGL specification (mingw-w64)"
arch=('any')
@@ -8,9 +8,10 @@ license=("custom")
makedepends=('mingw-w64-gcc' 'scons' 'python2-mako')
depends=('mingw-w64-dlfcn' 'mingw-w64-llvm')
options=('staticlibs' '!strip' '!buildflags')
-validpgpkeys=('71C4B75620BC75708B4BDB254C95FAAB3EB073EC') # Dylan Baker <dylan@pnwbakers.com>
+validpgpkeys=(71C4B75620BC75708B4BDB254C95FAAB3EB073EC # Dylan Baker <dylan@pnwbakers.com>
+ A5CC9FEC93F2F837CB044912336909B6B25FADFA) # Juan A. Suarez Romero <jasuarez@igalia.com>
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig} mingw-posix.patch)
-sha256sums=('2db2f2fcaa4048b16e066fad76b8a93944f7d06d329972b0f5fd5ce692ce3d24' SKIP SKIP)
+sha256sums=('2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3' SKIP SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"