Date: Thursday, June 24, 2010 @ 09:15:37 Author: dan Revision: 83951 verbump 1.4.9
Modified: python-virtualenv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-24 10:48:29 UTC (rev 83950) +++ PKGBUILD 2010-06-24 13:15:37 UTC (rev 83951) @@ -2,7 +2,7 @@ # Contributor: Daniele Paolella <[email protected]> pkgname=python-virtualenv -pkgver=1.4.8 +pkgver=1.4.9 pkgrel=1 pkgdesc="Virtual Python Environment builder" arch=('any') @@ -12,7 +12,7 @@ replaces=('virtualenv') conflicts=('virtualenv') source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz") -md5sums=('74ded4025a56e538c1c8df6b9825a8b8') +md5sums=('c49067cab242b5ff8c7b681a5a99533a') build() { cd "$srcdir/virtualenv-$pkgver"
