Date: Wednesday, May 23, 2018 @ 14:07:39 Author: lfleischer Revision: 324902
upgpkg: pyxdg 0.26-1 Upstream update. Modified: pyxdg/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-23 10:23:26 UTC (rev 324901) +++ PKGBUILD 2018-05-23 14:07:39 UTC (rev 324902) @@ -1,19 +1,18 @@ -# $Id$ -# Maintainer: Hugo Doria <[email protected]> +# Maintainer: Lukas Fleischer <[email protected]> +# Contributor: Hugo Doria <[email protected]> # Contributor: Mario A. Vazquez <[email protected]> pkgbase=pyxdg pkgname=('python2-xdg' 'python-xdg') -pkgver=0.25 -pkgrel=4 +pkgver=0.26 +pkgrel=1 pkgdesc="Python library to access freedesktop.org standards" arch=('any') url="http://freedesktop.org/Software/pyxdg" license=("LGPL") makedepends=('python2' 'python') -source=(http://www.freedesktop.org/~takluyver/${pkgbase}-${pkgver}.tar.gz{,.asc}) -sha1sums=('1272ee62b8c3909ac4844a34a95f8b1fb3398af2' - 'b5ec82567cc4d7bcf3a151eaf70c42dd3ed5b194') +source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz") +sha1sums=('904b336596167b8e4a829d77ec4107d5d2e200a6') validpgpkeys=('6391296E3F25C0A721C1F1AFAF88B3AC5DECB224') # Thomas Kluyver package_python2-xdg() {
