summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-10-13 13:59:30 +0200
committerMichel Zou2019-10-13 13:59:30 +0200
commit853970ca24a9adb33b3485af61aa9c00461cfa8a (patch)
tree9a900e3c48d3acbdcc5eaee760c84750033e53cd
parentfac3acadbae078016b4a61c9202f30406dafc924 (diff)
downloadaur-853970ca24a9adb33b3485af61aa9c00461cfa8a.tar.gz
19.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b73267bf52..f5fdb682e6e3 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.2.0
+ pkgver = 19.2.1
pkgrel = 1
url = https://www.mesa3d.org/
arch = any
@@ -13,11 +13,11 @@ pkgbase = mingw-w64-mesa
options = staticlibs
options = !strip
options = !buildflags
- source = https://mesa.freedesktop.org/archive/mesa-19.2.0.tar.xz
- source = https://mesa.freedesktop.org/archive/mesa-19.2.0.tar.xz.sig
+ source = https://mesa.freedesktop.org/archive/mesa-19.2.1.tar.xz
+ source = https://mesa.freedesktop.org/archive/mesa-19.2.1.tar.xz.sig
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
- sha256sums = b060caa2a00f856431160ff7377d0e8f58f2aa48c16ee5a9e265ebdccb10852a
+ sha256sums = 4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9
sha256sums = SKIP
pkgname = mingw-w64-mesa
diff --git a/PKGBUILD b/PKGBUILD
index a6731d12a0e6..547a07716b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-mesa
-pkgver=19.2.0
+pkgver=19.2.1
pkgrel=1
pkgdesc="An open-source implementation of the OpenGL specification (mingw-w64)"
arch=('any')
@@ -11,18 +11,13 @@ options=('staticlibs' '!strip' '!buildflags')
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})
-sha256sums=('b060caa2a00f856431160ff7377d0e8f58f2aa48c16ee5a9e265ebdccb10852a' SKIP)
+sha256sums=('4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9'
+ 'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare () {
cd "${srcdir}"/mesa-${pkgver}
-
- # https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2127
- curl -L https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2127.patch | patch -p1
-
- # libLLVMSupport.a: undefined reference to `compressBound' (only with static llvm)
- sed -i "s|'LLVMSupport',|'LLVMSupport', 'z',|g" scons/llvm.py
}
build() {