summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2018-05-18 23:52:04 +0200
committerDimitri Merejkowsky2018-05-18 23:52:04 +0200
commit64461bcdf6fb3525325d8ac12c06554cbc7aa918 (patch)
tree4f185aa0510430beab872bbacc1a012f802b9b3f
parentdfc3da3f21ae74fac29ffce3a0ee4b8f1ee97fde (diff)
downloadaur-64461bcdf6fb3525325d8ac12c06554cbc7aa918.tar.gz
Oups, fix download url
Forgot that pypi already has the hash in the url ...
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d19066a2b41c..483c6563a4c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cli-ui
pkgdesc = Build nice user interfaces in the terminal
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/TankerApp/python-cli-ui
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = python-cli-ui
depends = python-unidecode
depends = python-tabulate
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/13/71/0204da083e1cc542e34f3b385b5dcfcedd6008f00f71451b5cfc9ae5cbff/python-cli-ui-0.6.0.tar.gz
- md5sums = daccc4fc60379a12b348d0e138a62830
+ source = https://files.pythonhosted.org/packages/41/09/21212e63d3e46052ee10eaff9d8bf182608a858574ed43f4649e08042c37/python-cli-ui-0.7.1.tar.gz
+ md5sums = 633ca55ca0ec15776e02bce81686a8d8
pkgname = python-cli-ui
diff --git a/PKGBUILD b/PKGBUILD
index 40819ee0518d..6cb09f84a0c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Dimitri Merejkowsky <d.merej@gmail.com>
pkgname=python-cli-ui
pkgver="0.7.1"
-pkgrel=1
+pkgrel=2
pkgdesc="Build nice user interfaces in the terminal"
url="http://github.com/TankerApp/python-cli-ui"
arch=('any')
license=('MIT')
depends=('python' 'python-colorama' 'python-unidecode' 'python-tabulate' 'python-setuptools')
makedepends=('python-setuptools')
-source=('https://files.pythonhosted.org/packages/13/71/0204da083e1cc542e34f3b385b5dcfcedd6008f00f71451b5cfc9ae5cbff/python-cli-ui-0.6.0.tar.gz')
+source=('https://files.pythonhosted.org/packages/41/09/21212e63d3e46052ee10eaff9d8bf182608a858574ed43f4649e08042c37/python-cli-ui-0.7.1.tar.gz')
checkdepends=('python-pytest')
-md5sums=('daccc4fc60379a12b348d0e138a62830')
+md5sums=('633ca55ca0ec15776e02bce81686a8d8')
build() {
cd ${srcdir}/python-cli-ui-${pkgver}