aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 20:17:05 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 20:17:05 -0300
commit392279aa262460a4bfbae6e69ac5fcbaf1306481 (patch)
tree56d377b0ce2078b24e9f6b5ba1e17db04babff8f
parented1c3bb44e77a14b5ea97fa4d19e25555c0b9de5 (diff)
testing/py3-ncclient: change name of archive to force builders to refetch
the github tarball checksum changed under us
-rw-r--r--testing/py3-ncclient/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-ncclient/APKBUILD b/testing/py3-ncclient/APKBUILD
index 42b2e952d1d..d4627b8849b 100644
--- a/testing/py3-ncclient/APKBUILD
+++ b/testing/py3-ncclient/APKBUILD
@@ -10,7 +10,7 @@ arch="noarch"
license="Apache-2.0"
depends="py3-lxml py3-paramiko py3-six"
checkdepends="py3-mock py3-nose py3-setuptools"
-source="$_pkgname-$pkgver.tar.gz::https://github.com/ncclient/ncclient/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/ncclient/ncclient/archive/v$pkgver.tar.gz"
builddir="$srcdir"/ncclient-$pkgver
replaces="py-ncclient" # Backwards compatibility
@@ -28,4 +28,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="ca51256e3f82d0c7084362c7549d13d4f5e943155debc5f3a358d930135b624c28c0e7f2b70fb25f16d8df23fc958cd8e94eb7feb0d9b15ec9bcfc4dd678e444 ncclient-0.6.9.tar.gz"
+sha512sums="ca51256e3f82d0c7084362c7549d13d4f5e943155debc5f3a358d930135b624c28c0e7f2b70fb25f16d8df23fc958cd8e94eb7feb0d9b15ec9bcfc4dd678e444 py3-ncclient-0.6.9.tar.gz"