summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890c8f7430c1..8d210232fe7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-scp
pkgdesc = scp module for paramiko
- pkgver = 0.13.2
+ pkgver = 0.14.2
pkgrel = 1
url = https://github.com/jbardin/scp.py
arch = any
license = LGPL
makedepends = python-setuptools
depends = python-paramiko
- source = https://files.pythonhosted.org/packages/source/s/scp/scp-0.13.2.tar.gz
- sha256sums = ef9d6e67c0331485d3db146bf9ee9baff8a48f3eb0e6c08276a8584b13bf34b3
+ source = https://files.pythonhosted.org/packages/source/s/scp/scp-0.14.2.tar.gz
+ sha256sums = 713f117413bbd616a1a7da8f07db9adcd835ce73d8585fb469ea5b5785f92e4d
pkgname = python-scp
-
diff --git a/PKGBUILD b/PKGBUILD
index e221c1189239..25edcf8ef43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=scp
pkgname=python-$_name
-pkgver=0.13.2
+pkgver=0.14.2
pkgrel=1
pkgdesc="scp module for paramiko"
arch=('any')
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('python-paramiko')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ef9d6e67c0331485d3db146bf9ee9baff8a48f3eb0e6c08276a8584b13bf34b3')
+sha256sums=('713f117413bbd616a1a7da8f07db9adcd835ce73d8585fb469ea5b5785f92e4d')
build() {
cd "${_name}-${pkgver}"