summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlávio Tapajós2021-06-24 17:26:34 -0300
committerFlávio Tapajós2021-06-24 17:26:34 -0300
commitd3dc8078a46473226820113c8cc0bf9511a917ee (patch)
tree7b10410955157dcb941efb8b0b19436307fba44a
parentefcefbc6e1f0c223d3835b52b94e6201c7c65664 (diff)
downloadaur-d3dc8078a46473226820113c8cc0bf9511a917ee.tar.gz
Update to version 10.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42132a2931de..8fc9b67ddd48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-linux-gnueabihf-gdb
pkgdesc = The GNU Debugger for the ARM hard float target
- pkgver = 10.1
+ pkgver = 10.2
pkgrel = 2
url = http://www.gnu.org/software/gdb/
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = arm-linux-gnueabihf-gdb
depends = gdb-common
depends = guile2.0
options = !emptydirs
- source = http://ftp.gnu.org/gnu/gdb/gdb-10.1.tar.xz
- sha256sums = f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
+ source = http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz
+ sha256sums = aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29
pkgname = arm-linux-gnueabihf-gdb
-
diff --git a/PKGBUILD b/PKGBUILD
index 5e43aa71b09b..f79c587243cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=arm-linux-gnueabihf
pkgname=$_target-gdb
-pkgver=10.1
+pkgver=10.2
pkgrel=2
pkgdesc='The GNU Debugger for the ARM hard float target'
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL3)
depends=(gdb-common guile2.0)
options=(!emptydirs)
source=(http://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz)
-sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0')
+sha256sums=('aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29')
build() {
cd gdb-$pkgver