summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfzerorubigd2019-01-10 21:56:19 +0100
committerfzerorubigd2019-01-10 21:56:19 +0100
commit4dec35d0ea6446afe108be92ffb7aae0e64b5969 (patch)
tree2361acc8357bac8d4b57e6c8f943f098f7aca8ae
parentc2b8f698a06c0a45e58dcbddc52da919546ad424 (diff)
downloadaur-4dec35d0ea6446afe108be92ffb7aae0e64b5969.tar.gz
bump to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2b24905aeb..471aab087c1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks.
- pkgver = 1.0.2
+ pkgver = 1.1.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.0.2.zip::https://github.com/dbcli/cli_helpers/archive/v1.0.2.zip
- md5sums = c53f1943b9de23192853c6a037bc5371
+ source = python-cli_helpers-1.1.0.zip::https://github.com/dbcli/cli_helpers/archive/v1.1.0.zip
+ md5sums = c64ca86640c20f91c155fca7166e1d00
pkgname = python-cli_helpers
diff --git a/PKGBUILD b/PKGBUILD
index 3956657a3fa2..9ef6e337d4b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fzerorubigd <fzero@rubi.gd>
_pkgmain=cli_helpers
pkgname=python-$_pkgmain
-pkgver=1.0.2
+pkgver=1.1.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=('c53f1943b9de23192853c6a037bc5371')
+md5sums=('c64ca86640c20f91c155fca7166e1d00')