summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfzerorubigd2019-04-08 16:40:02 +0200
committerfzerorubigd2019-04-08 16:40:02 +0200
commitcda851f5c55d1c1f761862706722601015bd1695 (patch)
tree1345068abbed20296dd05d2e483be5e33295d3b3
parent4dec35d0ea6446afe108be92ffb7aae0e64b5969 (diff)
downloadaur-cda851f5c55d1c1f761862706722601015bd1695.tar.gz
bump to 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 471aab087c1a..77ca10a0cae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks.
- pkgver = 1.1.0
+ pkgver = 1.2.0
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.1.0.zip::https://github.com/dbcli/cli_helpers/archive/v1.1.0.zip
- md5sums = c64ca86640c20f91c155fca7166e1d00
+ source = python-cli_helpers-1.2.0.zip::https://github.com/dbcli/cli_helpers/archive/v1.2.0.zip
+ md5sums = 78ef95f0211e338e206a75f669ba71c1
pkgname = python-cli_helpers
diff --git a/PKGBUILD b/PKGBUILD
index 9ef6e337d4b4..d47bbe0f3129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fzerorubigd <fzero@rubi.gd>
_pkgmain=cli_helpers
pkgname=python-$_pkgmain
-pkgver=1.1.0
+pkgver=1.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=('c64ca86640c20f91c155fca7166e1d00')
+md5sums=('78ef95f0211e338e206a75f669ba71c1')