summaryrefslogtreecommitdiff
path: root/community/python-msgpack
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
commit58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (patch)
tree4e9698b9216274fafac9483056a01a552e8e617b /community/python-msgpack
parent15cd70d8180c2a45287e4bd8ce01a2a9248e8d62 (diff)
Tue Feb 25 03:19:16 UTC 2014
Diffstat (limited to 'community/python-msgpack')
-rw-r--r--community/python-msgpack/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-msgpack/PKGBUILD b/community/python-msgpack/PKGBUILD
index 486ea8c28..814a35d07 100644
--- a/community/python-msgpack/PKGBUILD
+++ b/community/python-msgpack/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 105444 2014-02-08 02:18:28Z seblu $
+# $Id: PKGBUILD 106135 2014-02-24 00:51:07Z seblu $
# Maintainer: Sébastien "Seblu" Luttringer
pkgbase=python-msgpack
pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
arch=('i686' 'x86_64')
url='https://github.com/msgpack/msgpack-python'
license=('Apache')
makedepends=('cython' 'cython2' 'python-distribute' 'python2-distribute')
checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz")
-md5sums=('8b9ce43619fd1428bf7baddf57e38d1a')
+md5sums=('3ff478e75e783f4e69c1a8d5ca63dea4')
build() {
cd msgpack-python-$pkgver