diff options
author | root <root@rshg054.dnsready.net> | 2012-09-09 00:11:39 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-09 00:11:39 +0000 |
commit | dda96ce532ef99400e2b7703a0f538771b36b624 (patch) | |
tree | bcffb5a34db2fb09c3ca6eb1dfe557292566ddb6 /community/python-pymongo | |
parent | c85b504e8916411d424cd3fc654ff879237d529e (diff) |
Sun Sep 9 00:11:39 UTC 2012
Diffstat (limited to 'community/python-pymongo')
-rw-r--r-- | community/python-pymongo/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index a95c1bdcd..61cc96781 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 74649 2012-08-01 07:21:31Z arodseth $ +# $Id: PKGBUILD 75966 2012-09-07 11:19:50Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Thomas S Hatch <thatch45@gmail.com> pkgname=python-pymongo -pkgver=2.2.1 +pkgver=2.3 pkgrel=1 -pkgdesc="Python driver for MongoDB" +pkgdesc='Python driver for MongoDB' arch=('x86_64' 'i686') -license=("APACHE") -url="http://pypi.python.org/pypi/pymongo/" +license=('APACHE') +url='http://pypi.python.org/pypi/pymongo/' depends=('python') makedepends=('python-distribute') source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz") -sha256sums=('0a6251742736dd3c80025e701ec97ea1540bc97df26ada7b3bf40ff01daa7032') +sha256sums=('8e43fdd7ea8e2aa965791af1b6e24186248023c6fde70092d9631b1d9150b1dc') package() { cd "$srcdir/pymongo-$pkgver" |