diff options
Diffstat (limited to 'community/mingw32-binutils')
-rw-r--r-- | community/mingw32-binutils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mingw32-binutils/PKGBUILD b/community/mingw32-binutils/PKGBUILD index 1b462e15f..2e29dbaa5 100644 --- a/community/mingw32-binutils/PKGBUILD +++ b/community/mingw32-binutils/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mingw32-binutils pkgver=2.23.1 pkgrel=3 _uprel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="https://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/" pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw)" depends=('glibc' 'zlib') @@ -15,7 +15,7 @@ license=(GPL) source=("https://downloads.sourceforge.net/project/mingw/MinGW/Base/binutils/binutils-$pkgver/binutils-$pkgver-${_uprel}-mingw32-src.tar.lzma" "260cd952.patch::http://sourceware.org/git/?p=binutils.git;a=patch;h=260cd95271cdf002ed8e419898fd29c42e257841") md5sums=('5d76604f545b151230d1c86e1b8cfab3' - '9226501a8258a12c81956252ba3b4ba1') + 'ad86b2b889424fd1a3b07e7c54ecf646') build() { [ $NOEXTRACT -eq 1 ] || tar --lzma -xf binutils-$pkgver-${_uprel}-mingw32-src.tar.lzma |