summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLam T Duong2021-08-15 09:40:12 -0400
committerLam T Duong2021-08-15 09:40:12 -0400
commitef0659cab415c33f509a0ba95775ff2acbef0576 (patch)
tree11fd44ba9144042fdc9106b6830021d820c1804f /PKGBUILD
parent662d9b2c91026e6826791b24fa680980d6d85287 (diff)
downloadaur-python-fastdownload.tar.gz
Removed pip and packaging dependencies. Not needed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 872a10b8c70d..603523b02ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-fastdownload
_pkgname=fastdownload
pkgver=0.0.4
-pkgrel=2
+pkgrel=3
pkgdesc='Easily download, verify, and extract arcrhives. To be used with fast.ai'
arch=('any')
url='https://github.com/fastai/fastdownload'
@@ -11,8 +11,6 @@ license=('Apache')
depends=(
python-fastcore
python-fastprogress
- python-packaging
- python-pip
)
makedepends=(
python-setuptools