Date: Sunday, April 21, 2013 @ 19:25:51 Author: foutrelis Revision: 88668
upgpkg: python-stevedore 0.8-1 New upstream release. Modified: python-stevedore/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-21 15:38:33 UTC (rev 88667) +++ PKGBUILD 2013-04-21 17:25:51 UTC (rev 88668) @@ -2,8 +2,8 @@ # Maintainer: Evangelos Foutras <[email protected] pkgname=('python-stevedore' 'python2-stevedore') -pkgver=0.3 -pkgrel=2 +pkgver=0.8 +pkgrel=1 pkgdesc="Manage dynamic plugins for Python applications" arch=('any') url="https://github.com/dreamhost/stevedore" @@ -11,7 +11,7 @@ makedepends=('python-distribute' 'python2-distribute') options=('!emptydirs') source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz) -sha256sums=('c86fe6931192d5e57755d21cf83d85499deaa8098f05607f031c250b85b6314a') +sha256sums=('bf187929f739f86a73ad218193d23bddb34c717c5adb6fd84008c2975043edb6') package_python-stevedore() { depends=('python')
