summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2019-05-12 18:05:31 +0200
committerThibault Porteboeuf2019-05-12 18:05:31 +0200
commitb81a9b98c4bb131544f601685e0fa1c078ee2fec (patch)
tree9050c66432672091aed2388605d5c3aaef2ae1e3
parent3af4f45774fab732d5df1f9e90a37ace33b1fddf (diff)
downloadaur-b81a9b98c4bb131544f601685e0fa1c078ee2fec.tar.gz
Updated to 8.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c3617ee5c9e..813efb0cec40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 17 21:57:46 UTC 2019
+# Sun May 12 16:05:12 UTC 2019
pkgbase = cross-mingw-w64-gdb
pkgdesc = The GNU Debugger (compiled to debug target mingw-w64)
- pkgver = 8.2.1
+ pkgver = 8.3
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = i686
@@ -14,10 +14,11 @@ pkgbase = cross-mingw-w64-gdb
depends = expat
depends = xz
depends = readline
+ depends = source-highlight
options = staticlibs
options = !buildflags
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.2.1.tar.xz
- sha256sums = 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.3.tar.xz
+ sha256sums = 802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e
pkgname = cross-mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 1789e3a448cb..2f82b48e2f1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=cross-mingw-w64-gdb
-pkgver=8.2.1
+pkgver=8.3
pkgrel=1
pkgdesc="The GNU Debugger (compiled to debug target mingw-w64)"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gdb/"
license=('LGPL')
-depends=('ncurses' 'expat' 'xz' 'readline')
+depends=('ncurses' 'expat' 'xz' 'readline' 'source-highlight')
makedepends=('gcc' 'texinfo')
options=('staticlibs' '!buildflags')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-sha256sums=('0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202')
+sha256sums=('802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"