summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce63536ad7d..0acb98d2eb87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dbussy-git
pkgdesc = Python binding for D-Bus using asyncio
- pkgver = 1.2.1.r2.gb305b64
- pkgrel = 1
+ pkgver = 1.3.r2.g76fd5c8
+ pkgrel = 2
url = https://github.com/ldo/dbussy
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index a8bd5be92f82..e253d93f63fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgbase=python-dbussy
# _name=${_pkgbase#python-}
pkgname="${_pkgbase}-git"
-pkgver=1.2.1.r2.gb305b64
-pkgrel=1
+pkgver=1.3.r2.g76fd5c8
+pkgrel=2
pkgdesc="Python binding for D-Bus using asyncio"
arch=(any)
url="https://github.com/ldo/dbussy"