summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 483c6563a4c0..8db56bf382ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cli-ui
pkgdesc = Build nice user interfaces in the terminal
- pkgver = 0.7.1
+ pkgver = 0.7.4
pkgrel = 2
url = http://github.com/TankerApp/python-cli-ui
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-cli-ui
depends = python-unidecode
depends = python-tabulate
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/41/09/21212e63d3e46052ee10eaff9d8bf182608a858574ed43f4649e08042c37/python-cli-ui-0.7.1.tar.gz
- md5sums = 633ca55ca0ec15776e02bce81686a8d8
+ source = https://files.pythonhosted.org/packages/71/76/4772ff1c2c982c3e5cd75f5e01ae575adb979afc3473d267915de39813f4/python-cli-ui-0.7.4.tar.gz
+ md5sums = db672da326cab4b3004b24418a6377ae
pkgname = python-cli-ui
diff --git a/PKGBUILD b/PKGBUILD
index 6cb09f84a0c8..94b026f0cee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dimitri Merejkowsky <d.merej@gmail.com>
pkgname=python-cli-ui
-pkgver="0.7.1"
+pkgver="0.7.4"
pkgrel=2
pkgdesc="Build nice user interfaces in the terminal"
url="http://github.com/TankerApp/python-cli-ui"
@@ -8,9 +8,9 @@ arch=('any')
license=('MIT')
depends=('python' 'python-colorama' 'python-unidecode' 'python-tabulate' 'python-setuptools')
makedepends=('python-setuptools')
-source=('https://files.pythonhosted.org/packages/41/09/21212e63d3e46052ee10eaff9d8bf182608a858574ed43f4649e08042c37/python-cli-ui-0.7.1.tar.gz')
+source=('https://files.pythonhosted.org/packages/71/76/4772ff1c2c982c3e5cd75f5e01ae575adb979afc3473d267915de39813f4/python-cli-ui-0.7.4.tar.gz')
checkdepends=('python-pytest')
-md5sums=('633ca55ca0ec15776e02bce81686a8d8')
+md5sums=('db672da326cab4b3004b24418a6377ae')
build() {
cd ${srcdir}/python-cli-ui-${pkgver}