summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f846f3a4f30..0d36009f969e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='python-dbus-next'
_module='dbus_next'
-pkgver=0.1.2
+pkgver=0.1.4
pkgrel=1
pkgdesc='The next great DBus library for Python with asyncio support'
url=https://github.com/altdesktop/python-dbus-next
@@ -10,7 +10,7 @@ depends=('python')
makedepends=('python-setuptools')
provices=('python-dbus-next', 'dbus-next')
source=("https://files.pythonhosted.org/packages/source/d/dbus-next/${_module}-${pkgver}.tar.gz")
-md5sums=('df838d695284dd1775860f9691a8663f')
+md5sums=('0d44e12e8689637a0c048ec7bb51d842')
build() {
cd "${srcdir}/${_module}-${pkgver}"