summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bolka2022-09-18 22:45:40 +0200
committerAndreas Bolka2022-09-18 22:45:40 +0200
commite13e069af56dc554448f1227e4dfbd5464cb552d (patch)
tree174db8fc87f211a09f734f8dbf63418317647378
parent690bb0b84e75c85dba6e7be13094ebed9f3dc44f (diff)
downloadaur-e13e069af56dc554448f1227e4dfbd5464cb552d.tar.gz
Fix python-wheels makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0fc77e3090..445310eb1d0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = visidata-git
makedepends = git
makedepends = python-pip
makedepends = python-setuptools
- makedepends = python-wheels
+ makedepends = python-wheel
depends = python
optdepends = python-dnslib: pcap support
optdepends = python-dpkt: pcap support
diff --git a/PKGBUILD b/PKGBUILD
index 62bfe1ef3960..f2dea1c3b9b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='http://visidata.org/'
license=('GPLv3')
depends=('python')
-makedepends=('git' 'python-pip' 'python-setuptools' 'python-wheels')
+makedepends=('git' 'python-pip' 'python-setuptools' 'python-wheel')
optdepends=('python-dnslib: pcap support'
'python-dpkt: pcap support' # AUR
'python-fonttools: ttf/otf support'