summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:49:33 +0200
committerPhilipp A2022-09-16 16:49:33 +0200
commitc58d8aace07572a531aff3aadeb41b8526eed2b5 (patch)
treea8bfe2be5a0f96409629c24a48ee835b1450a192 /PKGBUILD
parentcb0446e2ca341d7e63e6dff1eb6232ecf1977b0d (diff)
downloadaur-python-wheel-inspect.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 eb4e0ddabb30..7132e4b99cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=wheel-inspect
pkgname=python-$_name
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='Extract information from wheels'
arch=(any)
url="https://github.com/jwodder/$_name"
license=(MIT)
depends=(python python-attrs python-entry-points-txt python-headerparser python-packaging python-readme-renderer python-wheel-filename)
-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=('469df948ea059ad0cd33cf5f033c554a8b4c20641745701f402e71a7694ec828')