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 8a2c91ce55d5..bd06a07f2667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks.
- pkgver = 2.2.0
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://github.com/dbcli/cli_helpers
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = python-cli_helpers
depends = python-tabulate
provides = python-cli_helpers
options = !emptydirs
- source = python-cli_helpers-2.2.0.zip::https://github.com/dbcli/cli_helpers/archive/v2.2.0.zip
- md5sums = 5893b13cb675a41fb6e619f46ee8d890
+ source = python-cli_helpers-2.2.1.zip::https://github.com/dbcli/cli_helpers/archive/v2.2.1.zip
+ md5sums = 0249c093e18d29e35bfcf2abbb3e8f19
pkgname = python-cli_helpers
diff --git a/PKGBUILD b/PKGBUILD
index aff00067fae5..22e591cb33ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: fzerorubigd <fzero@rubi.gd>
_pkgmain=cli_helpers
pkgname=python-$_pkgmain
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Python helpers for common CLI tasks."
arch=('any')
url="https://github.com/dbcli/cli_helpers"
@@ -19,4 +19,4 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1
}
-md5sums=('5893b13cb675a41fb6e619f46ee8d890')
+md5sums=('0249c093e18d29e35bfcf2abbb3e8f19')