summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Krishnan T V2022-02-09 14:33:55 +0100
committerSachin Krishnan T V2022-02-09 14:33:55 +0100
commit6cbec804cd9be8da9bbf0d8b824fee90b273cac5 (patch)
tree977ed6b3ce499183e463361c0289f0e8f8400968
parent436cc8faaa8f92326abf858f5a8f590d4c968dd2 (diff)
downloadaur-6cbec804cd9be8da9bbf0d8b824fee90b273cac5.tar.gz
Update to 0.15.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b0546036ed..d058abecd90a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gdbgui
pkgdesc = Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. https://gdbgui.com
- pkgver = 0.14.0.2
+ pkgver = 0.15.0.1
pkgrel = 1
url = https://github.com/cs01/gdbgui
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-gdbgui
depends = python-pygdbmi>=0.10.0.0
depends = python-gevent
depends = python-gevent-websocket
- source = python-gdbgui-0.14.0.2.tar.gz::https://github.com/cs01/gdbgui/archive/v0.14.0.2.tar.gz
- md5sums = 848c288a3141b04f58931076069ae5e1
+ source = python-gdbgui-0.15.0.1.tar.gz::https://github.com/cs01/gdbgui/archive/v0.15.0.1.tar.gz
+ md5sums = 8cb3515dd02b3e4788d4bbbaa940c4fe
pkgname = python-gdbgui
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 397abf786e60..30c1d3a06e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-gdbgui
pkgname=python-gdbgui
_module='gdbgui'
-pkgver=0.14.0.2
+pkgver=0.15.0.1
pkgrel=1
pkgdesc="Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. https://gdbgui.com"
url="https://github.com/cs01/gdbgui"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'yarn')
license=('GPL')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cs01/gdbgui/archive/v${pkgver}.tar.gz")
-md5sums=('848c288a3141b04f58931076069ae5e1')
+md5sums=('8cb3515dd02b3e4788d4bbbaa940c4fe')
build() {
cd "${srcdir}/${_module}-${pkgver}"