summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2016-02-24 10:18:23 -0500
committervonPalitroque2016-02-24 10:18:23 -0500
commit3195a4569ce7751c9d427d8f4f85823ac4650e17 (patch)
tree08b044c52629839370a8b0343fb184c154d37d61
parentceaa8b8119486a0831e317bca6abd6941871dde9 (diff)
downloadaur-3195a4569ce7751c9d427d8f4f85823ac4650e17.tar.gz
Bumped package version.
Bumped package version to latest release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6249b0472623..2d35bbf1cfce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Jan 27 23:34:54 UTC 2016
+# Wed Feb 24 15:17:58 UTC 2016
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
- pkgver = 7.10.1
- pkgrel = 2
+ pkgver = 7.11
+ pkgrel = 1
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
arch = x86
groups = devel
license = GPL
depends = python2
- source = http://ftp.gnu.org/gnu/gdb/gdb-7.10.1.tar.xz
- sha256sums = 25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.11.tar.xz
+ sha256sums = 7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index afa0bb778ee6..7a824d90f102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=msp430-elf
pkgname="${_target}-gdb"
-pkgver=7.10.1
-pkgrel=2
+pkgver=7.11
+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")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5')
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1')
prepare() {