summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorForud Ghafouri2021-09-06 20:50:39 +0200
committerForud Ghafouri2021-09-06 20:50:39 +0200
commita1ffc9cd4fb3d6c6eb1e44e2b1deee16b0af9964 (patch)
treec2eca110088b2aa21d10d6bbd5776ed954193bb7
parentc36669a287796c92b420b04599ae6dc910fd59ed (diff)
downloadaur-a1ffc9cd4fb3d6c6eb1e44e2b1deee16b0af9964.tar.gz
BUMP
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65551d1f8090..d1a59e506c77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks.
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/dbcli/cli_helpers
arch = any
@@ -11,8 +11,7 @@ pkgbase = python-cli_helpers
depends = python-tabulate
provides = python-cli_helpers
options = !emptydirs
- source = python-cli_helpers-2.1.0.zip::https://github.com/dbcli/cli_helpers/archive/v2.1.0.zip
- md5sums = 7441ff15e54cc4d98273066420b85e11
+ source = python-cli_helpers-2.2.0.zip::https://github.com/dbcli/cli_helpers/archive/v2.2.0.zip
+ md5sums = 5893b13cb675a41fb6e619f46ee8d890
pkgname = python-cli_helpers
-
diff --git a/PKGBUILD b/PKGBUILD
index fc47fdaa64f1..d94f1957e65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fzerorubigd <fzero@rubi.gd>
_pkgmain=cli_helpers
pkgname=python-$_pkgmain
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Python helpers for common CLI tasks."
arch=('any')
@@ -18,4 +18,4 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1
}
-md5sums=('7441ff15e54cc4d98273066420b85e11')
+md5sums=('5893b13cb675a41fb6e619f46ee8d890')