summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Drozdov2023-09-12 17:36:14 +1000
committerAlexander Drozdov2023-09-12 17:36:14 +1000
commite1d6ae92ce559c7a73b44f02ed914171c3e80b8e (patch)
tree075124ad61d5fe9fe3db52249f0b1533994a8895
parent1878a8505612dc022ca906077e7c6252b9ef3232 (diff)
downloadaur-aarch64-none-elf-gdb.tar.gz
Bump version to 13.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc021a1cd8b1..e29d378edba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarch64-none-elf-gdb
pkgdesc = The GNU Debugger for the ARM64 Baremetal target
- pkgver = 13.1
- pkgrel = 2
+ pkgver = 13.2
+ pkgrel = 1
url = https://www.gnu.org/software/gdb/
arch = i686
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = aarch64-none-elf-gdb
depends = source-highlight
depends = xz
options = !emptydirs
- source = https://ftp.gnu.org/gnu/gdb/gdb-13.1.tar.xz
- source = https://ftp.gnu.org/gnu/gdb/gdb-13.1.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.xz
+ source = https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.xz.sig
validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
- sha256sums = 115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
+ sha256sums = fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
sha256sums = SKIP
pkgname = aarch64-none-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index b9a05df94efa..826b24050ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=aarch64-none-elf
pkgname=$_target-gdb
-pkgver=13.1
-pkgrel=2
+pkgver=13.2
+pkgrel=1
pkgdesc='The GNU Debugger for the ARM64 Baremetal target'
arch=(i686 x86_64)
url='https://www.gnu.org/software/gdb/'
@@ -12,7 +12,7 @@ depends=('expat' 'gdb-common' 'guile' 'libelf' 'ncurses' 'mpfr' 'python' 'source
options=(!emptydirs)
source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-sha256sums=('115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0'
+sha256sums=('fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a'
'SKIP')
prepare() {