summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjnanar2023-01-05 14:06:38 +0100
committerjnanar2023-01-05 14:06:38 +0100
commitfc3d1de1cfec32f279b674d6e61f5f0680f4dfaa (patch)
tree1892fe13e4dba840d097034cbb269e9323745cce /PKGBUILD
parentc097e840b9ef827ec953debf4a4e33c8d1221589 (diff)
downloadaur-python-txdbus.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"