summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Chen2018-10-09 13:42:49 +0800
committerHarry Chen2018-10-09 13:42:49 +0800
commitf0ea1c2dfb1cd7ed74a202413507cb116c415389 (patch)
tree73e191fedea96f795b5baea59493e6c7285d51f7
parent332e1ed64d6c71c689a0f3700a94be9fdf474189 (diff)
downloadaur-f0ea1c2dfb1cd7ed74a202413507cb116c415389.tar.gz
Bump to binutils 2.31
Signed-off-by: Harry Chen <i@harrychen.xyz>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c9b931964c7..b93986defecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = cross-mipsel-linux-gnu-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the MIPS architecture
- pkgver = 2.29
+ pkgver = 2.31
pkgrel = 1
url = http://www.gnu.org/software/binutils/
- arch = i686
arch = x86_64
license = GPL
- depends = zlib
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.bz2
- sha256sums = 29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf
+ depends = xz
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.31.tar.xz
+ md5sums = ddbb923470fcf59c8c4d08a9e9a79cf9
pkgname = cross-mipsel-linux-gnu-binutils
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() {