summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2017-11-01 19:26:04 +0100
committerDimitri Merejkowsky2017-11-01 19:26:04 +0100
commitee8e0b3abc071f6d03de433dfba7257f2e57d39e (patch)
tree48561444fec3908c17a478f845a0a6ff40f6fa5a
parent377f5ba43e1060bd303458e60057f51bd177afed (diff)
downloadaur-ee8e0b3abc071f6d03de433dfba7257f2e57d39e.tar.gz
Bump to 8.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be30eb234794..fc449f8b8aab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycp
pkgdesc = cp and mv with a progressbar
- pkgver = 8.0.3
+ pkgver = 8.0.4
pkgrel = 1
url = http://github.com/dmerejkowsky/pycp
arch = any
@@ -12,8 +12,8 @@ pkgbase = pycp
depends = python
depends = python-cli-ui
depends = python-attrs
- source = https://files.pythonhosted.org/packages/c6/99/b4cd428dbfb278e5bad2418aeba105926653da713556eac6044214ca0384/pycp-8.0.3.tar.gz
- md5sums = 1d7f312049f5e97ea53f223e07e99175
+ source = https://files.pythonhosted.org/packages/44/12/f1ac9c9386307f3f24b6dbb184e99c5333416d34f28f5633c59061c8dd2e/pycp-8.0.4.tar.gz
+ md5sums = bd7872adaccb712aae39cba77451c594
pkgname = pycp
diff --git a/PKGBUILD b/PKGBUILD
index 8d357410e4dc..dde026e5a824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: "Yannick LM <yannicklm1337 AT gmail DOT com>"
pkgname=pycp
-pkgver="8.0.3"
+pkgver="8.0.4"
pkgrel=1
pkgdesc="cp and mv with a progressbar"
url="http://github.com/dmerejkowsky/pycp"
@@ -9,10 +9,10 @@ arch=('any')
license=('MIT')
depends=('python' 'python-cli-ui' 'python-attrs')
makedepends=('python' 'python-setuptools')
-source=('https://files.pythonhosted.org/packages/c6/99/b4cd428dbfb278e5bad2418aeba105926653da713556eac6044214ca0384/pycp-8.0.3.tar.gz')
+source=('https://files.pythonhosted.org/packages/44/12/f1ac9c9386307f3f24b6dbb184e99c5333416d34f28f5633c59061c8dd2e/pycp-8.0.4.tar.gz')
checkdepends=('python-pytest' 'python-pytest-mock')
-md5sums=('1d7f312049f5e97ea53f223e07e99175')
+md5sums=('bd7872adaccb712aae39cba77451c594')
build() {