summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-05-05 10:42:51 -0400
committerGuillaume Horel2023-05-05 10:42:51 -0400
commit604c98cbb14517e182a614c67ab4894ef5aa82b0 (patch)
tree92b9e8e63750be434f0916d71a97b400d2d32b3a
parent2786f26b4ff1dde3a6e7d0d84514e14ea4598250 (diff)
downloadaur-604c98cbb14517e182a614c67ab4894ef5aa82b0.tar.gz
bump to 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21cebfeaffac..f0126d3237cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ssh2
pkgdesc = Python bindings for libssh2
- pkgver = 0.27.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/ParallelSSH/ssh2-python/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = python-ssh2
makedepends = python-setuptools
makedepends = cython
depends = libssh2
- source = python-ssh2-0.27.0.tar.gz::https://github.com/ParallelSSH/ssh2-python/archive/0.27.0.tar.gz
+ source = python-ssh2-1.0.0.tar.gz::https://github.com/ParallelSSH/ssh2-python/archive/1.0.0.tar.gz
source = fix-tests.patch
- sha256sums = 6da1c0331aef63f4a4c6cd27e5cb06bab7dcf311d887e918c6d6d058debb18fe
+ sha256sums = 70c6b6efd8ca9f8de9c2d77e7cb1d5859542588347ea426d6822b0ffd9889af3
sha256sums = b328ec97238be0fab6171108666c18f7818de2dea247857851b2356303d65e19
pkgname = python-ssh2
diff --git a/PKGBUILD b/PKGBUILD
index 895de9617876..873c048719b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-ssh2'
_pkgname='ssh2-python'
-pkgver=0.27.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Python bindings for libssh2"
url="https://github.com/ParallelSSH/ssh2-python/"
@@ -12,7 +12,7 @@ license=('GPL')
arch=('x86_64')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ParallelSSH/$_pkgname/archive/$pkgver.tar.gz"
"fix-tests.patch")
-sha256sums=('6da1c0331aef63f4a4c6cd27e5cb06bab7dcf311d887e918c6d6d058debb18fe'
+sha256sums=('70c6b6efd8ca9f8de9c2d77e7cb1d5859542588347ea426d6822b0ffd9889af3'
'b328ec97238be0fab6171108666c18f7818de2dea247857851b2356303d65e19')
prepare() {