summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2017-06-05 16:24:17 -0400
committervonPalitroque2017-06-05 16:24:17 -0400
commitdca39c0555d8e6309cf62ca3ab89a6cad5b82905 (patch)
treee02b383492e3594ecec2f956d8517ff3c70eb7be
parent7cc82c7a4d8beeb18a3ddbe7ca2a758ddbdcecbd (diff)
downloadaur-dca39c0555d8e6309cf62ca3ab89a6cad5b82905.tar.gz
Updated to latest version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7dff05019d..eb8ded627955 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 2 16:56:43 UTC 2017
+# Mon Jun 5 20:24:14 UTC 2017
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 7.12.1
- pkgrel = 2
+ pkgver = 8.0
+ pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
arch = x86
@@ -11,8 +11,8 @@ pkgbase = msp430-elf-gdb
license = GPL
depends = python
depends = readline
- source = http://ftp.gnu.org/gnu/gdb/gdb-7.12.1.tar.xz
- sha256sums = 4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.0.tar.xz
+ sha256sums = f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 27458dabfbe2..e008617cceb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=7.12.1
-pkgrel=2
+pkgver=8.0
+pkgrel=1
pkgdesc="The GNU Debugger for the ${_target} target."
arch=('x86_64' 'x86')
url="https://www.gnu.org/software/gdb/download/"
@@ -11,7 +11,7 @@ license=('GPL')
groups=('devel')
depends=("python" "readline")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186')
+sha256sums=('f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee')
prepare() {