summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2019-05-13 21:33:13 -0400
committervonPalitroque2019-05-13 21:33:13 -0400
commit3cfa0050c8554e2fdd65b4ce7e87c008f3b709de (patch)
tree11dfb6006fc03bb672c8c6e3b5d886860e372fa9
parent1e8ae52aa1769909c749a0e39d80e91bcb90ca8e (diff)
downloadaur-3cfa0050c8554e2fdd65b4ce7e87c008f3b709de.tar.gz
Updated to latest release.
Updated to latest release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84bf62bea093..390d206d8799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Dec 26 14:36:12 UTC 2018
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 8.2.1
+ pkgver = 8.3
pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
@@ -11,8 +9,8 @@ pkgbase = msp430-elf-gdb
license = GPL
depends = python
depends = readline
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.2.1.tar.xz
- sha256sums = 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.3.tar.xz
+ sha256sums = 802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 9fe5d1ff0848..82858ed849a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=8.2.1
+pkgver=8.3
pkgrel=1
pkgdesc="The GNU Debugger for the ${_target} target."
arch=('x86_64' 'x86')
@@ -11,7 +11,7 @@ license=('GPL')
groups=('devel')
depends=("python" "readline")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202')
+sha256sums=('802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e')
prepare() {