summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2020-11-22 19:49:26 +0100
committerVincent2020-11-22 19:49:26 +0100
commita3c9deea1ce82c82426dbf811addcb226f2d3c00 (patch)
tree65d06621388fde2e67955dd35441c449a78afbc2
parentc757340e3e1e7593807c2faf548c161eb394f64b (diff)
downloadaur-a3c9deea1ce82c82426dbf811addcb226f2d3c00.tar.gz
Version update from 0.1.4 to 0.2.1
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 094399ad3ff0..5106fb45b7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname='python-dbus-next'
_module='dbus_next'
-pkgver=0.1.4
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc='The next great DBus library for Python with asyncio support'
url=https://github.com/altdesktop/python-dbus-next
arch=('any')
@@ -10,8 +10,8 @@ depends=('python')
makedepends=('python-setuptools')
provides=('python-dbus-next')
conflicts=('python-dbus-next-git')
-source=("https://files.pythonhosted.org/packages/source/d/dbus-next/${_module}-${pkgver}.tar.gz")
-md5sums=('0d44e12e8689637a0c048ec7bb51d842')
+source=("https://files.pythonhosted.org/packages/34/22/c35fa9133819b60f9597280a895a0926b8c71ec0b54ffee506caabffb453/dbus_next-0.2.1.tar.gz")
+md5sums=('1e89e42fc7d263b94ba2f7488a892537')
build() {
cd "${srcdir}/${_module}-${pkgver}"