[arch-commits] Commit in mingw-w64-binutils/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jan 15 13:38:06 UTC 2014


    Date: Wednesday, January 15, 2014 @ 14:38:05
  Author: spupykin
Revision: 104090

upgpkg: mingw-w64-binutils 2.23.2-3

upd

Modified:
  mingw-w64-binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-15 13:38:02 UTC (rev 104089)
+++ PKGBUILD	2014-01-15 13:38:05 UTC (rev 104090)
@@ -6,7 +6,7 @@
 
 pkgname=mingw-w64-binutils
 pkgver=2.23.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils"
@@ -15,8 +15,10 @@
 depends=('zlib')
 options=('!libtool' '!emptydirs')
 source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz"
-        "binutils-2.23.2-texinfo-5.0.patch.txt")
+	"windres.patch::https://bugs.archlinux.org/task/38111?getfile=11313"
+	"binutils-2.23.2-texinfo-5.0.patch.txt")
 md5sums=('cda9dcc08c86ff2fd3f27e4adb250f6f'
+         '2b653bdfd2ddda9ff36b4695b2d9bc8c'
          '34e439ce23213a91e2af872dfbb5094c')
 
 prepare() {
@@ -24,6 +26,7 @@
   # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
   # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
   patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch.txt
+  patch -p1 -i ${srcdir}/windres.patch
 
   #do not install libiberty
   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in




More information about the arch-commits mailing list