From 282e2af8691795c1776ec6c38865beb6954b3c47 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 12 Nov 2018 23:05:43 -0200 Subject: [PATCH] python3-dbusmock: update to 0.18.1. --- srcpkgs/python3-dbusmock/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template index 43467480d1c..1255eb2fb42 100644 --- a/srcpkgs/python3-dbusmock/template +++ b/srcpkgs/python3-dbusmock/template @@ -1,6 +1,6 @@ # Template file for 'python3-dbusmock' pkgname=python3-dbusmock -version=0.18 +version=0.18.1 revision=1 noarch=yes wrksrc="python-dbusmock-${version}" @@ -14,8 +14,8 @@ short_desc="Python3 library to mock D-Bus objects for testing" maintainer="maxice8 " license="LGPL-3.0-or-later" homepage="https://github.com/martinpitt/python-dbusmock" -distfiles="${PYPI_SITE}/p/python-dbusmock/python-dbusmock-${version}.tar.gz" -checksum=7721e2db4f99a1901389431f02dd4f6bde03a8e541fa5a39bcbf805bb15eb82a +distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/python-dbusmock-${version}.tar.gz" +checksum=b0bccb1fd1534e1ad29ba566d68ee72c16893a0cae17655893844556cc1540c2 do_check() { python3 setup.py test