summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfiskhest2021-11-09 17:49:12 +0100
committerfiskhest2021-11-09 17:49:12 +0100
commit10e962de53533985b8a25707b1c0e80255e18842 (patch)
treec11d66cb644a3e61239fef5e107222dc2b23ec36
parent60cd995be95150830ab270452cb7729b7f743de3 (diff)
downloadaur-10e962de53533985b8a25707b1c0e80255e18842.tar.gz
Add missing build dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92c2224c98d7..f1e3692e6e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/fiskhest/aur-${pkgname}"
license=('BSD')
depends=('sxhkd' 'python' 'bash' 'rofi' 'grep' 'fzf')
install=${pkgname}.install
-makedepends=('git' 'python-setuptools')
+makedepends=('git' 'python-setuptools' 'python-wheel')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+https://github.com/fiskhest/${longpkgname}.git")