summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatius2019-01-15 23:32:32 +0100
committerSatius2019-01-15 23:32:32 +0100
commitb310d4cc73c9379d95cd6c7ecaebf151d3b7b841 (patch)
tree7056d205e0b57a51e3c237c4fd928660c88039fc
parentf8b19c3c97266e6631bb8968a71e7cecb8150170 (diff)
downloadaur-gdb-mini.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f4cbd8daf0..cedda826d445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdb-mini
pkgdesc = The GNU Debugger without useless dependencies
- pkgver = 8.2
+ pkgver = 8.2.1
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = gdb-mini
makedepends = texinfo
provides = gdb
conflicts = gdb
- source = https://ftp.gnu.org/gnu/gdb/gdb-8.2.tar.xz
- sha1sums = ee66294d87a109f88a459d0da5d0bb2da5135f45
+ source = https://ftp.gnu.org/gnu/gdb/gdb-8.2.1.tar.xz
+ sha1sums = 023556a6d6effa1ffaadf0007cc4458cbe8dde3d
pkgname = gdb-mini
diff --git a/PKGBUILD b/PKGBUILD
index 1a18d202a8c0..55f280886b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gdb-mini
-pkgver=8.2
+pkgver=8.2.1
pkgrel=1
pkgdesc='The GNU Debugger without useless dependencies'
arch=(x86_64)
@@ -11,7 +11,7 @@ url='http://www.gnu.org/software/gdb/'
license=(GPL3)
makedepends=(texinfo)
source=(https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz)
-sha1sums=('ee66294d87a109f88a459d0da5d0bb2da5135f45')
+sha1sums=('023556a6d6effa1ffaadf0007cc4458cbe8dde3d')
provides=(gdb)
conflicts=(gdb)