summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3da1dde1895..e4ecdb8e74be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-txdbus
pkgdesc = Native Python implementation of DBus for Twisted
- pkgver = 1.1.0
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/cocagne/txdbus
arch = any
license = MIT
depends = python
depends = python-twisted
- source = https://pypi.io/packages/source/t/txdbus/txdbus-1.1.0.tar.gz
- md5sums = f17c9204c7f56365c297ba68e6840900
+ source = https://pypi.io/packages/source/t/txdbus/txdbus-1.1.2.tar.gz
+ md5sums = d397357dee78750385f92ca9c6c1f063
pkgname = python-txdbus
diff --git a/PKGBUILD b/PKGBUILD
index ab18a1083f1e..fcb1041826b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-txdbus
_pkgname=txdbus
-pkgver=1.1.0
+pkgver=1.1.2
pkgrel=1
pkgdesc="Native Python implementation of DBus for Twisted"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/cocagne/txdbus"
license=('MIT')
depends=('python' 'python-twisted')
source=("https://pypi.io/packages/source/t/$_pkgname/$_pkgname-$pkgver.tar.gz")
-md5sums=('f17c9204c7f56365c297ba68e6840900')
+md5sums=('d397357dee78750385f92ca9c6c1f063')
package() {
cd "$srcdir/${_pkgname}-$pkgver"