summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 007e550a1c31..4e51dfd297f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polysh
pkgdesc = a tool to aggregate several remote shells into one.
- pkgver = 0.13
- pkgrel = 2
+ pkgver = 0.14
+ pkgrel = 1
url = https://pypi.org/project/polysh/
arch = any
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = polysh
depends = python
depends = openssh
options = !emptydirs
- source = https://github.com/innogames/polysh/archive/polysh-0.13.tar.gz
- sha256sums = c36eace91f1bd7f529fbbd2d3dbdf3d279e6cf51d0d0364a0cddcd0c3004c953
+ source = https://github.com/innogames/polysh/archive/polysh-0.14.tar.gz
+ sha256sums = d49ea5e38d8b4d8abec7144ac3200e086420b679c5ea2dc886ba6189203d7ad2
pkgname = polysh
diff --git a/PKGBUILD b/PKGBUILD
index ebb90819a9c3..fe82b3457441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Maintainer: Mikhail f. Shiryaev <mr<dot>felixoid<at>gmail<dot>com>
pkgname=polysh
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
pkgdesc="a tool to aggregate several remote shells into one."
arch=("any")
url="https://pypi.org/project/${pkgname}/"
@@ -18,7 +18,7 @@ depends=("python" "openssh")
makedepends=("python-setuptools" "python-docutils")
options=(!emptydirs)
source=("https://github.com/innogames/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=("c36eace91f1bd7f529fbbd2d3dbdf3d279e6cf51d0d0364a0cddcd0c3004c953")
+sha256sums=('d49ea5e38d8b4d8abec7144ac3200e086420b679c5ea2dc886ba6189203d7ad2')
package() {
# TODO: fix in upstream