From 328e169dc63e5810151d847003850b2d7ff181c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= Date: Fri, 28 Feb 2020 07:46:18 +0100 Subject: [PATCH] python-dominate: update to 2.5.0 --- srcpkgs/python-dominate/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-dominate/template b/srcpkgs/python-dominate/template index 6d6f2caa323..35e325c0b1d 100644 --- a/srcpkgs/python-dominate/template +++ b/srcpkgs/python-dominate/template @@ -1,22 +1,20 @@ # Template file for 'python-dominate' pkgname=python-dominate -version=2.4.0 -revision=2 +version=2.5.0 +revision=1 archs=noarch wrksrc="dominate-${version}" build_style=python-module -pycompile_module="dominate" hostmakedepends="python-setuptools python3-setuptools" short_desc="Library for creating and manipulating HTML (Python2)" maintainer="Benjamín Albiñana " license="LGPL-3.0" homepage="https://github.com/Knio/dominate" -distfiles="${PYPI_SITE}/d/dominate/dominate-${version}.tar.gz" -checksum=a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c +distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz" +checksum=5cd07c440873b2408443ac6e1f395b782299deff753876f5b685712ee0d039f9 python3-dominate_package() { archs=noarch - pycompile_module="dominate" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*