Date: Wednesday, February 21, 2018 @ 00:43:46 Author: kkeen Revision: 296642
upgpkg: python-blessings 1.6.1-1 Modified: python-blessings/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-21 00:22:06 UTC (rev 296641) +++ PKGBUILD 2018-02-21 00:43:46 UTC (rev 296642) @@ -5,8 +5,8 @@ pkgbase=python-blessings pkgname=(python-blessings python2-blessings) _pkgname=blessings -pkgver=1.6 -pkgrel=4 +pkgver=1.6.1 +pkgrel=1 pkgdesc="A thin, practical wrapper around terminal coloring, styling, and positioning" url="https://github.com/erikrose/blessings" arch=('any') @@ -14,8 +14,8 @@ depends=('python') makedepends=('python-distribute' 'python2-distribute') #options=(!emptydirs) -source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz") -md5sums=('4f552a8ebcd4982693c92571beb99394') +source=("https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz") +md5sums=('548a69d43c991fa85fdaa24806884e7b') prepare() { cd "$srcdir"
