summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfzerorubigd2017-08-23 09:34:46 +0430
committerfzerorubigd2017-08-23 09:34:46 +0430
commitb3d54c03e63588052879a7e3589ade837040bfa2 (patch)
tree01dd7993e601ce958259cd6ae7b070a53daad008
parentc9a9b47482736ac6c1e41eabb1523667bbee9ac9 (diff)
downloadaur-b3d54c03e63588052879a7e3589ade837040bfa2.tar.gz
bump to version 2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 250c55d1b7b5..4ca98d548237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks.
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/dbcli/cli_helpers
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-cli_helpers
depends = python-terminaltables
provides = python-cli_helpers
options = !emptydirs
- source = python-cli_helpers-0.2.2.zip::https://github.com/dbcli/cli_helpers/archive/v0.2.2.zip
- md5sums = fba797154253a45c62ef7c37ea69f9f8
+ source = python-cli_helpers-0.2.3.zip::https://github.com/dbcli/cli_helpers/archive/v0.2.3.zip
+ md5sums = 6152f0d4393152025c9d97c11e302aab
pkgname = python-cli_helpers
diff --git a/PKGBUILD b/PKGBUILD
index 160e53a201eb..59f817c86642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fzerorubigd <fzero@rubi.gd>
_pkgmain=cli_helpers
pkgname=python-$_pkgmain
-pkgver=0.2.2
+pkgver=0.2.3
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=('fba797154253a45c62ef7c37ea69f9f8')
+md5sums=('6152f0d4393152025c9d97c11e302aab')