summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim Andersson2017-08-06 21:49:44 +0200
committerMaxim Andersson2017-08-06 21:49:44 +0200
commit51806f3fb4addf658ee1c9dbaa27d7e16ca9783a (patch)
treed91ae72cd4d9745deeabefb58d9a9c9c208ae3af /PKGBUILD
parent1937a0d90e445efd3b2bf363a94538f25d1bc286 (diff)
downloadaur-51806f3fb4addf658ee1c9dbaa27d7e16ca9783a.tar.gz
Update depends array regarding python-progressbar
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fe33c83f512..202b3ca89e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Zeroconf based peer to peer file transfer"
arch=('any')
url="https://github.com/nils-werner/zget"
license=('MIT')
-depends=('python' 'python-netifaces' 'python-progressbar2' 'python-requests' 'python-zeroconf')
+depends=('python' 'python-netifaces' 'python-progressbar' 'python-requests' 'python-zeroconf')
makedepends=('python-setuptools')
source=("https://github.com/nils-werner/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('1a33fc926131e62fa7c5afa348e5da7529ddb0ec1cab6f06b15e3611a2960a4d')