summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuiz Amaral2024-03-30 22:08:58 +0100
committerLuiz Amaral2024-03-30 22:08:58 +0100
commit01a6b214dd8deb55eb026c9b580cf8c49236595c (patch)
tree6c0f21783c7ba4da00e06cdc995211d5da0a32d2 /PKGBUILD
parenta95035382f30244d6e17c0a4879e1a5f8724b259 (diff)
downloadaur-polysh.tar.gz
upgpkg: 0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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