summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2018-08-13 16:22:55 -0400
committervonPalitroque2018-08-13 16:22:55 -0400
commitb5475f6bb12ce3cd044758531be404061520b6a8 (patch)
tree2854a1a6d6acc9e20d846d0e68757bf0406ce0bb
parent0ac14403af28f84818e8ed5735942012bddf0169 (diff)
downloadaur-b5475f6bb12ce3cd044758531be404061520b6a8.tar.gz
Updated to latest upstream 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 a6251302da42..94c82d238f31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 14 15:46:51 UTC 2018
+# Mon Aug 13 20:22:47 UTC 2018
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 8.1
- pkgrel = 2
+ pkgver = 8.1.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 = python
depends = readline
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.1.tar.xz
- sha256sums = af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.1.1.tar.xz
+ sha256sums = 97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 1b61cd05333c..e4af2c380cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=8.1
-pkgrel=2
+pkgver=8.1.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=("python" "readline")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34')
+sha256sums=('97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c')
prepare() {