summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-06-23 15:22:29 +0200
committerMichel Zou2021-06-23 15:22:29 +0200
commit605c79c6039277dd26238e0a8f11eb22be3782c9 (patch)
tree52a1b1d1d72a1a42543935033732fc00ee2d73fb
parent6a5d46ab30534d800dba75f1048d942c661dd7e3 (diff)
downloadaur-605c79c6039277dd26238e0a8f11eb22be3782c9.tar.gz
10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 421e362f7838..dfd0a3022fbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 10.1
+ pkgver = 10.2
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-gdb
options = staticlibs
options = !buildflags
options = !strip
- 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 = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index eedcb5374db5..bdcbd5dc8371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=10.1
+pkgver=10.2
pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ depends=('mingw-w64-dlfcn' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readlin
makedepends=('mingw-w64-configure' 'texinfo')
options=('staticlibs' '!buildflags' '!strip')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0')
+sha256sums=('aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -17,9 +17,6 @@ prepare () {
cd "$srcdir/gdb-$pkgver"
# https://sourceware.org/bugzilla/show_bug.cgi?id=27657
sed -i "s|\$(WIN32LIBS) \$(LIBGNU)|\$(WIN32LIBS) \$(LIBGNU) -lbcrypt|g" gdb/Makefile.in
-
- # undefined ref to iconv_open
- sed -i "s|INTL = @LIBINTL@|INTL = @LIBINTL@ -liconv|g" gdbserver/Makefile.in
}
build() {