summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77ca10a0cae9..46804dbabb7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks.
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/dbcli/cli_helpers
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-cli_helpers
depends = python-tabulate
provides = python-cli_helpers
options = !emptydirs
- source = python-cli_helpers-1.2.0.zip::https://github.com/dbcli/cli_helpers/archive/v1.2.0.zip
- md5sums = 78ef95f0211e338e206a75f669ba71c1
+ source = python-cli_helpers-1.2.1.zip::https://github.com/dbcli/cli_helpers/archive/v1.2.1.zip
+ md5sums = b255796c616f2e29e92194e4e8c5c555
pkgname = python-cli_helpers
diff --git a/PKGBUILD b/PKGBUILD
index d47bbe0f3129..fbcadcc3e30e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fzerorubigd <fzero@rubi.gd>
_pkgmain=cli_helpers
pkgname=python-$_pkgmain
-pkgver=1.2.0
+pkgver=1.2.1
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=('78ef95f0211e338e206a75f669ba71c1')
+md5sums=('b255796c616f2e29e92194e4e8c5c555')