summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZachary Vance2022-02-22 13:16:30 -0500
committerZachary Vance2022-02-22 13:16:30 -0500
commitf5222dc0d236d18bf4c449fd8bd3a918c67e4a14 (patch)
tree43bb8d2a0c1691ae7c1572ed38fbb39c46e6b2c5 /PKGBUILD
parentf4da4fcfcc705e104f4c906ff0ea68f1dddae2e6 (diff)
downloadaur-f5222dc0d236d18bf4c449fd8bd3a918c67e4a14.tar.gz
Update to v2.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 001e732e405f..fc0219d9fd28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Mario Danic <mario.danic@gmail.com>
pkgname=python2-paramiko
-pkgver=2.7.2
+pkgver=2.9.2
pkgrel=1
pkgdesc="Python module that implements the SSH2 protocol"
url="https://github.com/paramiko/paramiko/"
@@ -15,10 +15,10 @@ depends=('python2-bcrypt' 'python2-cryptography' 'python2-pynacl-git')
makedepends=('python2-setuptools')
#checkdepends=('python2-pytest-runner' 'python2-pytest' 'python2-pyasn1' 'python2-mock')
source=("$pkgname-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz")
-sha512sums=('c9bc569428a0a61814cb73941356de5bae7fea7891ba4fd3f5c00ff1ee5083454bfde7e969fb4aaf5254b909f7f0132f590d67803eda8a67503e5c02ec2bf01a')
+sha512sums=('5b0810358376e4a42ba38ffa4a713f104b122fd77d463a80937dd6dc529da70825d6741fec16f93071aefe4bbfa6f0dbdb2eabd125663c19ba4d35ac06ecfa90')
# Check is disabled because it would involve maintaining at least 2 other python2 packages, both of which are neeeded ONLY by this check function.
-# This package will be removed in <3 months when it's ported to python3.
+# This package will be removed when fabric1 is ported to python3.
check() {
#cd paramiko-$pkgver
#LANG=en_US.UTF-8 python2 setup.py pytest