From e9509842445d4a99493d1b643ffdafdca62263ae Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Aug 2013 03:03:22 -0700 Subject: Thu Aug 22 02:58:39 PDT 2013 --- community/python-pymongo/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/python-pymongo') diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index 56e6020e5..d03574675 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 92176 2013-06-02 12:35:50Z arodseth $ +# $Id: PKGBUILD 96198 2013-08-21 15:11:15Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Thomas S Hatch # Contributor: Jelle van der Waa pkgbase=python-pymongo pkgname=('python-pymongo' 'python2-pymongo') -pkgver=2.5.2 +pkgver=2.6 pkgrel=1 pkgdesc='Python driver for MongoDB' arch=('x86_64' 'i686') license=('APACHE') url='http://pypi.python.org/pypi/pymongo/' -makedepends=('python-distribute' 'python2-distribute') +makedepends=('python-setuptools' 'python2-setuptools') source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz") -sha256sums=('84ac1da67d0dabc711fa8259324d4e94b26a85411bcf0c12dc80a427d9f93ecc') +sha256sums=('0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a') build() { cd "$srcdir" -- cgit v1.2.3-54-g00ecf