summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Amaral2023-05-08 15:00:34 +0200
committerLuiz Amaral2023-05-08 15:00:34 +0200
commita95035382f30244d6e17c0a4879e1a5f8724b259 (patch)
tree568198b5f34cce8d7df8c796fc70072ad3c8a22b
parente86524e652367380e453b320a13f81d3902253de (diff)
downloadaur-a95035382f30244d6e17c0a4879e1a5f8724b259.tar.gz
Bump pkgrel because of Python 3.11
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d25549c34e74..007e550a1c31 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 = 1
+ pkgrel = 2
url = https://pypi.org/project/polysh/
arch = any
license = GPL2
@@ -14,4 +14,3 @@ pkgbase = polysh
sha256sums = c36eace91f1bd7f529fbbd2d3dbdf3d279e6cf51d0d0364a0cddcd0c3004c953
pkgname = polysh
-
diff --git a/PKGBUILD b/PKGBUILD
index c517fdefaa1d..ebb90819a9c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=polysh
pkgver=0.13
-pkgrel=1
+pkgrel=2
pkgdesc="a tool to aggregate several remote shells into one."
arch=("any")
url="https://pypi.org/project/${pkgname}/"