summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2020-05-26 13:43:51 -0400
committervonPalitroque2020-05-26 13:43:51 -0400
commit42283ae9bf5fca2d7b3ccbedaf83176024548f81 (patch)
treebfed59885902324bc54945b9c01cb0906c8e9b98
parentfdd568c8382aecda2e4aa0351d612690b671b25e (diff)
downloadaur-42283ae9bf5fca2d7b3ccbedaf83176024548f81.tar.gz
Updated to latest upstream version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4451907a0b50..2561bd1b7ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 9.1
- pkgrel = 2
+ pkgver = 9.2
+ pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
arch = x86
@@ -14,8 +14,8 @@ pkgbase = msp430-elf-gdb
depends = guile
depends = expat
depends = xz
- source = http://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz
- sha256sums = 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
+ source = http://ftp.gnu.org/gnu/gdb/gdb-9.2.tar.xz
+ sha256sums = 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index fd6a6acd6d9b..7e4df40870a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=9.1
-pkgrel=2
+pkgver=9.2
+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" "ncurses" "gdb-common" "guile" "expat" "xz")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737')
+sha256sums=('360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555')
prepare() {