Date: Friday, August 26, 2016 @ 16:48:24
  Author: felixonmars
Revision: 274655

upgpkg: python-cryptography 1.5-1

Modified:
  python-cryptography/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-08-26 16:34:16 UTC (rev 274654)
+++ PKGBUILD    2016-08-26 16:48:24 UTC (rev 274655)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -15,9 +15,9 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
               "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
               'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
-              'python-hypothesis' 'python2-hypothesis')
+              'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz";)
-md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
+md5sums=('d85a91af3e943c68fa5ff82a3ccdd5df')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}

Reply via email to