summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Kitover2016-12-13 09:53:46 -0500
committerRafael Kitover2016-12-13 09:53:46 -0500
commitff69b070c92253670b055e2c728324a9d8ea4918 (patch)
tree506413cc1de7cfc615bd177a35610ade15b6d4a9
parent71d49066a2ec7f6b5a047a3a5f5fc65f4a7554a1 (diff)
downloadaur-ff69b070c92253670b055e2c728324a9d8ea4918.tar.gz
update package
Remove obsolete reference to -svn package, bump pkgver, remove patch (most likely no longer necessary) minimize diff with core package.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD24
-rw-r--r--mingw-headers-no-widl.patch22
3 files changed, 11 insertions, 44 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c25540c7193..482440e781c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.0
-# Wed Jan 28 05:47:43 UTC 2015
pkgbase = mingw-w64-headers-git
pkgdesc = MinGW-w64 headers for Windows
- pkgver = 4.0.rc1.r7.gc440466
+ pkgver = 5.0.rc2.r126.gb48e3ac
pkgrel = 1
url = http://mingw-w64.sourceforge.net
arch = any
@@ -11,17 +9,12 @@ pkgbase = mingw-w64-headers-git
license = custom
makedepends = git
provides = mingw-w64-headers
- provides = mingw-w64-headers-svn
conflicts = mingw-w64-headers
- conflicts = mingw-w64-headers-svn
- replaces = mingw-w64-headers-svn
options = !strip
options = !libtool
options = !emptydirs
source = git://git.code.sf.net/p/mingw-w64/mingw-w64
- source = mingw-headers-no-widl.patch
md5sums = SKIP
- md5sums = cd36bb22ac918fff8b9c6467dae3f8dd
pkgname = mingw-w64-headers-git
diff --git a/PKGBUILD b/PKGBUILD
index 7f2b2bb987d6..686147f6ac92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,23 @@
# Maintainer: ant32 <antreimer@gmail.com>
# Contributor: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
+# Contributor: rkitover <rkitover@gmail.com>
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
pkgname='mingw-w64-headers-git'
-pkgdesc="MinGW-w64 headers for Windows"
-pkgver=4.0.rc1.r7.gc440466
+pkgver=5.0.rc2.r126.gb48e3ac
pkgrel=1
+pkgdesc="MinGW-w64 headers for Windows"
arch=('any')
url="http://mingw-w64.sourceforge.net"
license=('custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=()
makedepends=('git')
-optdepends=()
-provides=('mingw-w64-headers' 'mingw-w64-headers-svn')
-conflicts=('mingw-w64-headers' 'mingw-w64-headers-svn')
-replaces=('mingw-w64-headers-svn')
-backup=()
+provides=('mingw-w64-headers')
+conflicts=('mingw-w64-headers')
options=('!strip' '!libtool' '!emptydirs')
-source=(git://git.code.sf.net/p/mingw-w64/mingw-w64
- 'mingw-headers-no-widl.patch')
-md5sums=('SKIP'
- 'cd36bb22ac918fff8b9c6467dae3f8dd')
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+source=(git://git.code.sf.net/p/mingw-w64/mingw-w64)
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/mingw-w64"
diff --git a/mingw-headers-no-widl.patch b/mingw-headers-no-widl.patch
deleted file mode 100644
index 2a34650f7606..000000000000
--- a/mingw-headers-no-widl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- mingw-w64-headers/configure.ac.orig 2014-03-30 15:23:08.248186613 +0200
-+++ mingw-w64-headers/configure.ac 2014-03-30 15:24:15.775316204 +0200
-@@ -27,7 +27,7 @@
- [AS_VAR_SET([with_widl],[no])])
- AC_MSG_RESULT([$with_widl])
-
--AS_VAR_IF([with_widl],[no],[],[
-+AS_VAR_IF([with_widl],[no],[unset WIDL],[
- AS_VAR_IF([srcdir],[.],[],
- [AC_MSG_WARN([--with-widl used in out of the tree compilation. Existing generated files will not be modified.])])
- AC_PATH_PROGS([WIDL], [$host-widl widl], [], [$with_widl])
---- mingw-w64-headers/configure.orig 2014-03-30 15:24:23.969453233 +0200
-+++ mingw-w64-headers/configure 2014-03-30 15:24:26.479495205 +0200
-@@ -2565,7 +2473,7 @@
- $as_echo "$with_widl" >&6; }
-
- if test "x$with_widl" = xno; then :
--
-+ unset WIDL
- else
-
- if test "x$srcdir" = x.; then :