summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:56:32 +0200
committerPhilipp A2022-09-16 16:56:32 +0200
commita69e49a9efb1be730dda4777af545243b35cd2b2 (patch)
treefba573d37eb5a102828b88accf7984c5768dfe57 /PKGBUILD
parent9d42298e488c586a389d7bdcf37bc315e958d49a (diff)
downloadaur-python-smart-progress.tar.gz
makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb9516326997..beb9ff90a554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_name=smart-progress
pkgname=python-$_name
pkgver=1.0.2
-pkgrel=3
+pkgrel=4
pkgdesc='Smart progressbar with multiple backends selected depending on the environment'
arch=('any')
url="https://github.com/flying-sheep/$_name"
license=(GPL3)
depends=(python jupyter python-click)
-makedepends=(python-build python-installer)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('3a2ef36aa7d3846476d44fe436ad6be68bd384e3cea4655a6185bcc82a31d280')