Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6cedc1aabf897e5aa93b27e42dfa45e01107adb5
commit 6cedc1aabf897e5aa93b27e42dfa45e01107adb5 Author: Slown <[email protected]> Date: Sat May 28 12:47:46 2016 +0100 paramiko-2.0.0-1-x86_64 * version bump diff --git a/source/lib-extra/paramiko/FrugalBuild b/source/lib-extra/paramiko/FrugalBuild index d3dd85b..ee372bc 100644 --- a/source/lib-extra/paramiko/FrugalBuild +++ b/source/lib-extra/paramiko/FrugalBuild @@ -1,15 +1,15 @@ -# Compiling Time: 0.01 SBU +# Compiling Time: 0 SBU # Maintainer: Priyank Gosalia <[email protected]> pkgname=paramiko -pkgver=1.7.7.1 +pkgver=2.0.0 pkgrel=1 pkgdesc="SSH2 protocol for python." url="http://www.lag.net/paramiko/" -depends=('pycrypto' 'python>=2.7') +depends=('pyasn1>=0.1.7' 'python-cryptography>=1.1') +makedepends=('python-distribute') groups=('lib-extra') archs=('i686' 'x86_64' 'arm') -up2date="Flasttar $url" -source=($url/download/$pkgname-$pkgver.tar.gz) -sha1sums=('9b40f1757743793e64c935192a474e7307445438') - +_F_github_tag="y" +Finclude github +sha1sums=('6d6b30935eb49dba976fab62b8189b60e29aa817') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
