summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2017-01-21 11:09:08 -0500
committervonPalitroque2017-01-21 11:09:08 -0500
commit0bd68fdf83f22a2e2f31b31b3a7e6c29e5b14a91 (patch)
treeda63f6c4572382024bedddbab7358a1d08807f53
parentc0cb5e5a59887d725cced18d4865f1729c6d1abc (diff)
downloadaur-0bd68fdf83f22a2e2f31b31b3a7e6c29e5b14a91.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 dfe5f3d13612..e00124f3c008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 23 18:39:59 UTC 2016
+# Sat Jan 21 16:09:03 UTC 2017
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 7.12
- pkgrel = 2
+ pkgver = 7.12.1
+ 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 = python2
depends = readline
- source = http://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.xz
- sha256sums = 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.12.1.tar.xz
+ sha256sums = 4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 20260465e585..d139099ed34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=7.12
-pkgrel=2
+pkgver=7.12.1
+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=("python2" "readline")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94')
+sha256sums=('4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186')
prepare() {