Date: Tuesday, July 7, 2015 @ 20:48:16 Author: foutrelis Revision: 136534
upgpkg: python-stevedore 1.6.0-1 New upstream release. Modified: python-stevedore/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-07 18:17:06 UTC (rev 136533) +++ PKGBUILD 2015-07-07 18:48:16 UTC (rev 136534) @@ -2,16 +2,16 @@ # Maintainer: Evangelos Foutras <evange...@foutrelis.com pkgname=('python-stevedore' 'python2-stevedore') -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="Manage dynamic plugins for Python applications" arch=('any') -url="https://github.com/dreamhost/stevedore" +url="https://github.com/openstack/stevedore" license=('Apache') makedepends=('python-setuptools' 'python2-setuptools') options=('!emptydirs') source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz) -sha256sums=('095d71a92518f3eec4c26e531e22fd4053caf3fc52ac6c0afa80a8a0e689da45') +sha256sums=('dab2aa31ec742f651e6a2fe0429560aebbbe0fb7fc462fa0ff565c8f5ff2ec25') prepare() { cd "$srcdir/stevedore-$pkgver"