summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfiskhest2022-04-12 21:41:08 +0200
committerfiskhest2022-04-12 21:42:40 +0200
commitd37ae98b9aed6fb9e49468e25170ca3872240831 (patch)
tree3bca2fbc0ca11e3f068b59759ce9566924e8e846
parent48f8c3f76f47c86afdb6139664e6ba6015e69918 (diff)
downloadaur-d37ae98b9aed6fb9e49468e25170ca3872240831.tar.gz
Add missing build dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5530281c807..c4586a185f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = sxhkhm-git
makedepends = git
makedepends = python-setuptools
makedepends = python-wheel
+ makedepends = python-pip
depends = sxhkd
depends = python
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index f1e3692e6e37..5f562add7c21 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' 'python-wheel')
+makedepends=('git' 'python-setuptools' 'python-wheel' 'python-pip')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+https://github.com/fiskhest/${longpkgname}.git")