* update python-pygdbmi to 0.11.0.0-5

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:22 +01:00
parent 16db3d7abe
commit d87fa0b0c4
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-pygdbmi
pkgdesc = Parse gdb machine interface output with Python
pkgver = 0.11.0.0
pkgrel = 4.1
pkgrel = 5
url = https://github.com/cs01/pygdbmi
arch = any
license = MIT

View File

@ -0,0 +1,3 @@
[python-pygdbmi]
source = 'pypi'
pypi = 'pygdbmi'

View File

@ -5,7 +5,7 @@
_pyname=pygdbmi
pkgname=python-$_pyname
pkgver=0.11.0.0
pkgrel=4.1
pkgrel=5
pkgdesc='Parse gdb machine interface output with Python'
url='https://github.com/cs01/pygdbmi'
license=(MIT)