summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2020-10-01 18:18:02 +0200
committerVincent2020-10-01 18:18:02 +0200
commit28567dab4e25645dbfc7b7c53355f1b76843020b (patch)
treeeea9812b56f9a699e6f7f45be19e9e13e2ef92b7
parente353d65bbd119c7a2c52c593b2ae638c4da944a9 (diff)
downloadaur-28567dab4e25645dbfc7b7c53355f1b76843020b.tar.gz
Version update from 0.1.2 to 0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13856f0f13c7..bb8616d39d3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-dbus-next
pkgdesc = The next great DBus library for Python with asyncio support
- pkgver = 0.1.2
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/altdesktop/python-dbus-next
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/d/dbus-next/dbus_next-0.1.2.tar.gz
- md5sums = df838d695284dd1775860f9691a8663f
+ source = https://files.pythonhosted.org/packages/source/d/dbus-next/dbus_next-0.1.4.tar.gz
+ md5sums = 0d44e12e8689637a0c048ec7bb51d842
pkgname = python-dbus-next
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}"