summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKelsey Maes2018-11-18 13:20:48 -0800
committerKelsey Maes2018-11-18 13:20:48 -0800
commit2a2e73cd95c5f65f24d9c8231295f6b6364cca5d (patch)
treeb6081d6f04272350ecaa3f518fbf8e12def7c51d /PKGBUILD
parent02abf4fae234ef404b561b6532ff8e27656ba2d6 (diff)
downloadaur-2a2e73cd95c5f65f24d9c8231295f6b6364cca5d.tar.gz
Update to 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36d1d034f0f3..459cd60b47a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=scp
pkgname=python-$_name
-pkgver=0.10.2
+pkgver=0.13.0
pkgrel=1
pkgdesc="scp module for paramiko"
arch=('any')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('python-paramiko')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('4c581a7fc08b3597b542aab22c36dba3')
+md5sums=('a45ad81bf682491539431d70a5edbab1')
build() {
cd "$_name-$pkgver"