summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzwindl2017-10-28 08:44:03 +0800
committerzwindl2017-10-28 08:44:03 +0800
commit261981aff2103fb0c1e25da1dc2491710c900c9e (patch)
tree1577a2db3517feb6db2a8305c147276f0f4fc950
parent1a8fcc00070a4a040643ac3ea7b9299d536db663 (diff)
downloadaur-261981aff2103fb0c1e25da1dc2491710c900c9e.tar.gz
'0.7.4.3'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7576294158f4..cbc701b717de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pygdbmi
pkgdesc = Parse gdb machine interface output with Python
- pkgver = 0.7.4.2
+ pkgver = 0.7.4.3
pkgrel = 1
url = https://github.com/cs01/pygdbmi
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pygdbmi
makedepends = python-setuptools
depends = python
depends = python-pypeg2
- source = https://files.pythonhosted.org/packages/source/p/pygdbmi/pygdbmi-0.7.4.2.tar.gz
- md5sums = 6d5303b4250597649efa2accd3b0db93
+ source = https://files.pythonhosted.org/packages/source/p/pygdbmi/pygdbmi-0.7.4.3.tar.gz
+ md5sums = 5ef8c4b4b1b4b4122b16c4f18a8e378b
pkgname = python-pygdbmi
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 8b437f98eb31..2072d3944ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=('python-pygdbmi')
pkgname=('python-pygdbmi')
_module='pygdbmi'
-pkgver='0.7.4.2'
+pkgver='0.7.4.3'
pkgrel=1
pkgdesc="Parse gdb machine interface output with Python"
url="https://github.com/cs01/pygdbmi"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/p/pygdbmi/pygdbmi-${pkgver}.tar.gz")
-md5sums=('6d5303b4250597649efa2accd3b0db93')
+md5sums=('5ef8c4b4b1b4b4122b16c4f18a8e378b')
build() {
cd "${srcdir}/${_module}-${pkgver}"