summaryrefslogtreecommitdiff
path: root/community/python-pymongo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-22 03:03:22 -0700
committerroot <root@rshg054.dnsready.net>2013-08-22 03:03:22 -0700
commite9509842445d4a99493d1b643ffdafdca62263ae (patch)
treef74663365c8818ea465f6afee4e67d75bc642f04 /community/python-pymongo
parent62b00d5bf76ef2c670dbeefe2051629d96ab7660 (diff)
Thu Aug 22 02:58:39 PDT 2013
Diffstat (limited to 'community/python-pymongo')
-rw-r--r--community/python-pymongo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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 <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
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"