summaryrefslogtreecommitdiff
path: root/extra/python-cryptography
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-11 04:03:37 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-11 04:03:37 +0000
commite9edbddfc72fad97cd89e1f65e5718fc83be6bb5 (patch)
tree4d89837ca360352c969675d57607d461ddf431d6 /extra/python-cryptography
parent1fc4a2dbc11c7c17bea5b98d2924e148869cae7b (diff)
Fri Jul 11 04:00:23 UTC 2014
Diffstat (limited to 'extra/python-cryptography')
-rw-r--r--extra/python-cryptography/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python-cryptography/PKGBUILD b/extra/python-cryptography/PKGBUILD
index 18e334002..1dd4838e4 100644
--- a/extra/python-cryptography/PKGBUILD
+++ b/extra/python-cryptography/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 212992 2014-05-17 05:33:24Z fyan $
+# $Id: PKGBUILD 216771 2014-07-10 18:27:12Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgbase=python-cryptography
pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.4
+pkgver=0.5.2
pkgrel=1
pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six'
checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 'python2-cryptography-vectors'
'python-iso8601' 'python2-iso8601' 'python-pretend' 'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz")
-md5sums=('d1bb13648a12eda2a54653ba113d2e84')
+md5sums=('8c2d381ef263653b640a7a5d14618e4c')
prepare() {
cp -a cryptography-${pkgver}{,-python2}