summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2019-04-11 20:44:01 +0200
committerDimitri Merejkowsky2019-04-11 20:44:29 +0200
commit5cfd2076aff6ae2b5d2eefd93c852a8985cea9ae (patch)
tree156bee7931f3673385d84c475e17570a5311b4f7
parenta85ed086833d9daabe18700d9ad4afec7cc72773 (diff)
downloadaur-pycp.tar.gz
Bump to 8.0.8, drop python-cli-ui dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8de7c5a8659..dc16b349f41c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycp
pkgdesc = cp and mv with a progressbar
- pkgver = 8.0.7
+ pkgver = 8.0.8
pkgrel = 1
url = http://github.com/dmerejkowsky/pycp
arch = any
@@ -10,10 +10,9 @@ pkgbase = pycp
makedepends = python
makedepends = python-setuptools
depends = python
- depends = python-cli-ui
depends = python-attrs
- source = https://files.pythonhosted.org/packages/dd/0b/bab61f6afaf10024c63728bb7179451e750283d4cf628aea3008de02e98a/pycp-8.0.7.tar.gz
- md5sums = 15aed959fbfe1a7fe6fb516d50165c66
+ source = https://files.pythonhosted.org/packages/0f/b2/b9d28d96d5760afb002de5aec697d4bfa3b70b376f70758ba755b826157a/pycp-8.0.8.tar.gz
+ md5sums = 83ef70e34cf3fcd408381ab3b5ff422a
pkgname = pycp
diff --git a/PKGBUILD b/PKGBUILD
index bc75092993a4..314b0c370271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=pycp
-pkgver="8.0.7"
+pkgver="8.0.8"
pkgrel=1
pkgdesc="cp and mv with a progressbar"
url="http://github.com/dmerejkowsky/pycp"
arch=('any')
license=('MIT')
-depends=('python' 'python-cli-ui' 'python-attrs')
+depends=('python' 'python-attrs')
makedepends=('python' 'python-setuptools')
-source=('https://files.pythonhosted.org/packages/dd/0b/bab61f6afaf10024c63728bb7179451e750283d4cf628aea3008de02e98a/pycp-8.0.7.tar.gz')
+source=('https://files.pythonhosted.org/packages/0f/b2/b9d28d96d5760afb002de5aec697d4bfa3b70b376f70758ba755b826157a/pycp-8.0.8.tar.gz')
checkdepends=('python-pytest' 'python-pytest-mock')
-md5sums=('15aed959fbfe1a7fe6fb516d50165c66')
+md5sums=('83ef70e34cf3fcd408381ab3b5ff422a')
build() {