Skip to content

Commit

Permalink
Update mingw-w64 to latest from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Sep 1, 2019
1 parent 70c38d9 commit 8146fdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 45 deletions.

This file was deleted.

9 changes: 3 additions & 6 deletions mingw-w64-crt-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=crt
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-svn")
pkgver=7.0.0.5491.fe45801e
pkgver=7.0.0.5524.2346384e
pkgrel=1
pkgdesc='MinGW-w64 CRT for Windows'
arch=('any')
Expand All @@ -21,13 +21,11 @@ options=('!strip' 'staticlibs' '!buildflags' '!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64"
0001-Allow-to-use-bessel-and-complex-functions-without-un.patch
0002-DirectX-9-fixes-for-VLC.patch
0003-DirectX-11-fixes-for-VLC.patch
0004-Remove-time-functions-export-for-32-bit-kernel32-as-.patch)
0003-DirectX-11-fixes-for-VLC.patch)
sha256sums=('SKIP'
'd641257f7e1469aff89adc33e57702b75fe9667ca035978f890eae1020b6814c'
'74dc78f8ef27599d4ebf020f9496316c6afd6677381f13561f30780d144a07e1'
'e80b76aa3eef6d0206c4d99ac340a60cfd92ea80392a6ec5122dc3851fbd3286'
'15980aab487522233dff410e02ce385c01e09b585c9cf17d3bbe1d24185bd65b')
'e80b76aa3eef6d0206c4d99ac340a60cfd92ea80392a6ec5122dc3851fbd3286')

pkgver() {
cd "${srcdir}/mingw-w64"
Expand All @@ -43,7 +41,6 @@ prepare() {
git am --committer-date-is-author-date "${srcdir}/0001-Allow-to-use-bessel-and-complex-functions-without-un.patch"
git am --committer-date-is-author-date "${srcdir}/0002-DirectX-9-fixes-for-VLC.patch"
git am --committer-date-is-author-date "${srcdir}/0003-DirectX-11-fixes-for-VLC.patch"
git am --committer-date-is-author-date "${srcdir}/0004-Remove-time-functions-export-for-32-bit-kernel32-as-.patch"
}

build() {
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-headers-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-svn")
pkgdesc="MinGW-w64 headers for Windows"
pkgver=7.0.0.5490.9ec54ed1
pkgver=7.0.0.5524.2346384e
pkgrel=1
arch=('any')
url="https://mingw-w64.sourceforge.io/"
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-winpthreads-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_realname=winpthreads
pkgbase=mingw-w64-${_realname}-git
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-git" "${MINGW_PACKAGE_PREFIX}-libwinpthread-git")
pkgver=7.0.0.5480.e14d23be
pkgver=7.0.0.5522.977a9720
pkgrel=1
pkgdesc="MinGW-w64 winpthreads library"
url="https://mingw-w64.sourceforge.io/"
Expand Down

0 comments on commit 8146fdb

Please sign in to comment.