diff options
author | root <root@rshg054.dnsready.net> | 2013-09-07 02:08:54 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-07 02:08:54 -0700 |
commit | b764a223c0b6b4a0001839d8b0fd83b604fbb219 (patch) | |
tree | 92e9945b5910d1b8a83fbde05f301b4471de2c97 /community/python-pymongo | |
parent | 670cfaf55e53f7380ca8ee7b4acb2bf0248685c4 (diff) |
Sat Sep 7 02:08:44 PDT 2013
Diffstat (limited to 'community/python-pymongo')
-rw-r--r-- | community/python-pymongo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index d03574675..d2ed9985c 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 96198 2013-08-21 15:11:15Z arodseth $ +# $Id: PKGBUILD 96836 2013-09-06 09:47:36Z 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.6 +pkgver=2.6.1 pkgrel=1 pkgdesc='Python driver for MongoDB' arch=('x86_64' 'i686') @@ -13,7 +13,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=('0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a') +sha256sums=('1ed87e7b297f4dfbf9a40176ffeb7faf1ac0b0952d290380f7e632a8fb93694c') build() { cd "$srcdir" |