From 3a43a24ddd9102805c6434155edaaea9edc87afc Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Tue, 16 Oct 2018 02:22:40 +0200 Subject: [PATCH] python-xdg: update to 0.26. --- srcpkgs/python-xdg/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template index fd8aaf3254a..aa1c1d1a9fb 100644 --- a/srcpkgs/python-xdg/template +++ b/srcpkgs/python-xdg/template @@ -1,20 +1,20 @@ # Template file for 'python-xdg' pkgname=python-xdg -version=0.25 -revision=3 +version=0.26 +revision=1 noarch=yes wrksrc="pyxdg-${version}" -build_style="python-module" -hostmakedepends="python-devel python3-devel" -makedepends="${hostmakedepends}" +build_style=python-module +hostmakedepends="python python3" +makedepends="$hostmakedepends" depends="python" pycompile_module="xdg" short_desc="Python2 library to access freedesktop.org standards" maintainer="Juan RP " -license="LGPL-2.1" -homepage="http://freedesktop.org/Software/pyxdg" -distfiles="http://www.freedesktop.org/~takluyver/pyxdg-${version}.tar.gz" -checksum=81e883e0b9517d624e8b0499eb267b82a815c0b7146d5269f364988ae031279d +license="LGPL-2.0-only" +homepage="https://freedesktop.org/Software/pyxdg" +distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz" +checksum=fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06 python3-xdg_package() { noarch=yes