summaryrefslogtreecommitdiff
path: root/community/python-simplejson/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-simplejson/PKGBUILD')
-rw-r--r--community/python-simplejson/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD
index 7805c6889..eb6640ffe 100644
--- a/community/python-simplejson/PKGBUILD
+++ b/community/python-simplejson/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 89809 2013-05-02 13:39:19Z arodseth $
+# $Id: PKGBUILD 95625 2013-08-15 08:14:50Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,7 +6,7 @@
pkgbase=python-simplejson
pkgname=("$pkgbase" 'python2-simplejson')
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
license=('MIT')
@@ -14,7 +14,7 @@ arch=('x86_64' 'i686')
url='http://undefined.org/python/#simplejson'
makedepends=('python' 'python2-distribute')
source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
-sha256sums=('507036d10039ccf437625437b2521c0f691c20c3911b2b7183d5a66c98d36432')
+sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82')
package_python-simplejson() {
depends=('python')