summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-10-13 13:59:30 +0200
committerMichel Zou2019-10-13 13:59:30 +0200
commit853970ca24a9adb33b3485af61aa9c00461cfa8a (patch)
tree9a900e3c48d3acbdcc5eaee760c84750033e53cd /PKGBUILD
parentfac3acadbae078016b4a61c9202f30406dafc924 (diff)
downloadaur-853970ca24a9adb33b3485af61aa9c00461cfa8a.tar.gz
19.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
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() {