summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarry Chen2018-10-09 13:42:49 +0800
committerHarry Chen2018-10-09 13:42:49 +0800
commitf0ea1c2dfb1cd7ed74a202413507cb116c415389 (patch)
tree73e191fedea96f795b5baea59493e6c7285d51f7 /PKGBUILD
parent332e1ed64d6c71c689a0f3700a94be9fdf474189 (diff)
downloadaur-f0ea1c2dfb1cd7ed74a202413507cb116c415389.tar.gz
Bump to binutils 2.31
Signed-off-by: Harry Chen <i@harrychen.xyz>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdb57120ecf9..a8776bd3d048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=cross-mipsel-linux-gnu-binutils
_pkgname=binutils
_target="mipsel-linux-gnu"
-pkgver=2.29
+pkgver=2.31
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for the MIPS architecture"
url="http://www.gnu.org/software/binutils/"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL')
-depends=('zlib')
-source=("ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf')
+depends=('xz')
+source=("ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.xz")
+md5sums=('ddbb923470fcf59c8c4d08a9e9a79cf9')
_sysroot="/usr/lib/cross-${_target}"
prepare() {