summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx2017-11-12 13:34:36 +0100
committercodeworkx2017-11-12 13:36:22 +0100
commit332e1ed64d6c71c689a0f3700a94be9fdf474189 (patch)
tree3dfe59855d94a091e4155b7efe97f2a3e6b4aac6
parent8400d609de65500174066b981f452414084fb825 (diff)
downloadaur-332e1ed64d6c71c689a0f3700a94be9fdf474189.tar.gz
update to 2.29
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD7
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01580730b69e..1c9b931964c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.25
+ pkgver = 2.29
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.25.tar.bz2
- md5sums = d9f3303f802a5b6b0bb73a335ab89d66
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.bz2
+ sha256sums = 29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf
pkgname = cross-mipsel-linux-gnu-binutils
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..fa0ce26490d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.[oa]
+*.bz2
+*.pkg.*
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 52252237223d..fdb57120ecf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
# Contributor: Vojtech Horky <vojta . horky at-symbol seznam . cz>
+# Contributor: Daniel Hillenbrand < codeworkx at bbqlinux dot org >
+
pkgname=cross-mipsel-linux-gnu-binutils
_pkgname=binutils
_target="mipsel-linux-gnu"
-pkgver=2.25
+pkgver=2.29
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/"
@@ -10,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('zlib')
source=("ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('d9f3303f802a5b6b0bb73a335ab89d66')
+sha256sums=('29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf')
_sysroot="/usr/lib/cross-${_target}"
prepare() {
@@ -20,7 +22,6 @@ prepare() {
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
}
-
build() {
cd ${srcdir}/${_pkgname}-${pkgver}