summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2018-04-03 21:19:08 +0200
committerdoragasu2018-04-03 21:19:08 +0200
commit2909b93486d0fe3d98d18d2dc6ee6f42118bc8d8 (patch)
treede397d64a418c9e2a932f234d357e83356472113
parente8cecaff710e880afd2c5efd84425c44091339dd (diff)
downloadaur-2909b93486d0fe3d98d18d2dc6ee6f42118bc8d8.tar.gz
Updated to revision 2.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c03d513a7e..f98f93cb2799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Apr 3 19:19:01 UTC 2018
pkgbase = m68k-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (m68k-elf)
- pkgver = 2.29
+ pkgver = 2.30
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,8 +13,8 @@ pkgbase = m68k-elf-binutils
options = staticlibs
options = !distcc
options = !ccache
- source = http://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.xz
- sha256sums = 0b871e271c4c620444f8264f72143b4d224aa305306d85dd77ab8dce785b1e85
+ source = http://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.xz
+ sha256sums = 6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6
pkgname = m68k-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 144e8618f909..0f6a8890263a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-binutils
-pkgver=2.29
+pkgver=2.30
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ license=('GPL')
depends=('glibc>=2.23' 'zlib')
options=('staticlibs' '!distcc' '!ccache')
source=(http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
-sha256sums=('0b871e271c4c620444f8264f72143b4d224aa305306d85dd77ab8dce785b1e85')
+sha256sums=('6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6')
prepare() {
cd binutils-${pkgver}