summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2017-07-25 11:20:11 -0400
committervonPalitroque2017-07-25 11:20:11 -0400
commitfd5130148c6ddbf33453b51113605a83f753df77 (patch)
tree1cc0abdf63dd926b2ef96f210f7ec969d19ce70d
parentda23d215c77419e02395776aecb27760fe92d396 (diff)
downloadaur-fd5130148c6ddbf33453b51113605a83f753df77.tar.gz
Updated to latest version.
Updated to latest version.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD26
2 files changed, 9 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93347abf2265..310c0069b897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 26 14:51:51 UTC 2017
+# Tue Jul 25 15:20:07 UTC 2017
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.28
- pkgrel = 2
+ pkgver = 2.29
+ pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.28.tar.bz2
- sha256sums = 6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.xz
+ sha256sums = 0b871e271c4c620444f8264f72143b4d224aa305306d85dd77ab8dce785b1e85
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 00c92ba0bc4e..f11c99f8758d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.28
+_pkgver=2.29
pkgver=${_pkgver}
-#pkgver=2.25.r84308.c576455
-pkgrel=2
+pkgrel=1
pkgdesc="GNU binary utilities for the ${_target} target."
arch=(i686 x86_64)
options=('!libtool' '!buildflags')
@@ -13,23 +12,8 @@ url='http://www.gnu.org/software/binutils/'
license=(GPL)
depends=('zlib')
checkdepends=('dejagnu' 'bc')
-# build from trunk
-# provides=("${_target}-binutils=${_pkgver}")
-# conflicts=("${_target}-binutils")
-# makedepends=('git')
-# source=("binutils-${_pkgver}::git+git://sourceware.org/git/binutils-gdb.git")
-# sha256sums=('SKIP')
-
-# build from source
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2)
-sha256sums=('6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72')
-
-# pkgver() {
-# cd "${srcdir}/binutils-${_pkgver}"
-# printf "${_pkgver}.r%s.%s" "$(git rev-list --count HEAD)" \
-# "$(git rev-parse --short HEAD)"
-#
-# }
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
+sha256sums=('0b871e271c4c620444f8264f72143b4d224aa305306d85dd77ab8dce785b1e85')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"
@@ -73,8 +57,6 @@ package() {
rm -f "${pkgdir}"/usr/bin/{ar,as,ld,nm,objdump,ranlib,strip,objcopy}
rm -f "${pkgdir}"/usr/lib/libiberty.a
rm -rf "${pkgdir}/usr/share/info"
- # rm -rf "${pkgdir}/usr/share/gdb"
- # rm -rf "${pkgdir}/usr/include/gdb"
}
# vim:set ts=2 sw=2 et: