msys2-w32api: downgrade to 9.0.0
current master makes the msys2-runtime build fail and I don't want to look into it right now. Go with the last stable release instead.
This commit is contained in:
parent
67f6296801
commit
c764e41616
@ -1,7 +1,7 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname="msys2-w32api-headers"
|
||||
pkgver=9.0.0.6357.eac8c38c1
|
||||
pkgver=9.0.0.6214.acc9b9d9e
|
||||
pkgrel=1
|
||||
pkgdesc="Win32 API headers for MSYS2 32bit toolchain"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -10,7 +10,7 @@ license=('custom')
|
||||
depends=()
|
||||
makedepends=('git' 'mingw-w64-cross-gcc' 'autotools')
|
||||
options=('staticlibs' '!buildflags')
|
||||
_commit='eac8c38c10ca4e22feb2f1e5e530b1e2daedc20f'
|
||||
_commit='acc9b9d9eb63a13d8122cbac4882eb5f4ee2f679'
|
||||
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname="msys2-w32api-runtime"
|
||||
pkgver=9.0.0.6357.eac8c38c1
|
||||
pkgver=9.0.0.6214.acc9b9d9e
|
||||
pkgrel=1
|
||||
pkgdesc="Win32 API import libs for MSYS2 toolchain"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -10,7 +10,7 @@ license=('custom')
|
||||
depends=('msys2-w32api-headers')
|
||||
options=('staticlibs' '!strip' '!buildflags')
|
||||
makedepends=('git' 'mingw-w64-cross-gcc' 'autotools' 'gcc')
|
||||
_commit='eac8c38c10ca4e22feb2f1e5e530b1e2daedc20f'
|
||||
_commit='acc9b9d9eb63a13d8122cbac4882eb5f4ee2f679'
|
||||
source=('mingw-w64'::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user