summaryrefslogtreecommitdiff
path: root/community/python-simplejson
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-11 03:52:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-11 03:52:51 +0000
commit345769552026b46d72b7318f1efa6d615ce03ee3 (patch)
tree765f8ab1a83d1b71727938ea97f507fab3a039ff /community/python-simplejson
parentb7ad9e746ae50cb940e3ea21772049f46f7b2c0f (diff)
Tue Mar 11 03:48:52 UTC 2014
Diffstat (limited to 'community/python-simplejson')
-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 5ec9486f2..55919fc1c 100644
--- a/community/python-simplejson/PKGBUILD
+++ b/community/python-simplejson/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 105342 2014-02-05 15:26:52Z arodseth $
+# $Id: PKGBUILD 106958 2014-03-10 22:32:08Z 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.3.2
+pkgver=3.3.3
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-setuptools' 'python2-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
-sha256sums=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c')
+sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
package_python-simplejson() {
depends=('python')