Date: Tuesday, July 31, 2018 @ 02:54:44 Author: kkeen Revision: 365019
upgpkg: python-blessings 1.7-1 Modified: python-blessings/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-31 02:03:51 UTC (rev 365018) +++ PKGBUILD 2018-07-31 02:54:44 UTC (rev 365019) @@ -5,8 +5,8 @@ pkgbase=python-blessings pkgname=(python-blessings python2-blessings) _pkgname=blessings -pkgver=1.6.1 -pkgrel=2 +pkgver=1.7 +pkgrel=1 pkgdesc="A thin, practical wrapper around terminal coloring, styling, and positioning" url="https://github.com/erikrose/blessings" arch=('any') @@ -15,7 +15,7 @@ makedepends=('python-distribute' 'python2-distribute') #options=(!emptydirs) source=("https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz") -md5sums=('548a69d43c991fa85fdaa24806884e7b') +md5sums=('38555a2bba0ace706aec58444368e022') prepare() { cd "$srcdir"
