* update python-pygdbmi to 0.11.0.0-4.1

This commit is contained in:
Alexander Baldeck 2024-12-15 17:27:56 +01:00
parent 3a5f1495af
commit 5a57e98b3c
2 changed files with 2 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 = 3
pkgrel = 4.1
url = https://github.com/cs01/pygdbmi
arch = any
license = MIT

View File

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