summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSatius2019-01-15 23:32:32 +0100
committerSatius2019-01-15 23:32:32 +0100
commitb310d4cc73c9379d95cd6c7ecaebf151d3b7b841 (patch)
tree7056d205e0b57a51e3c237c4fd928660c88039fc /PKGBUILD
parentf8b19c3c97266e6631bb8968a71e7cecb8150170 (diff)
downloadaur-b310d4cc73c9379d95cd6c7ecaebf151d3b7b841.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)