summaryrefslogtreecommitdiff
path: root/community/python-pymongo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-08 02:19:16 -0700
committerroot <root@rshg054.dnsready.net>2013-09-08 02:19:16 -0700
commitde304c3ed7036488819426771b7edd1897e2ba9a (patch)
treee9c4427e11229cb8251fa5a269e4bc2c0071eaa9 /community/python-pymongo
parentb764a223c0b6b4a0001839d8b0fd83b604fbb219 (diff)
Sun Sep 8 02:16:12 PDT 2013
Diffstat (limited to 'community/python-pymongo')
-rw-r--r--community/python-pymongo/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD
index d2ed9985c..234102cdb 100644
--- a/community/python-pymongo/PKGBUILD
+++ b/community/python-pymongo/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 96836 2013-09-06 09:47:36Z arodseth $
+# $Id: PKGBUILD 96885 2013-09-07 02:44:43Z fyan $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Maintainer: Felix Yan <felixonmars@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.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc='Python driver for MongoDB'
arch=('x86_64' 'i686')
@@ -13,7 +14,7 @@ license=('APACHE')
url='http://pypi.python.org/pypi/pymongo/'
makedepends=('python-setuptools' 'python2-setuptools')
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
-sha256sums=('1ed87e7b297f4dfbf9a40176ffeb7faf1ac0b0952d290380f7e632a8fb93694c')
+sha256sums=('091d584f7b5d8de60bf6152d9269ec9a29ae7fa34415862b2f092af393233c4e')
build() {
cd "$srcdir"