summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfiskhest2022-04-12 21:41:08 +0200
committerfiskhest2022-04-12 21:48:34 +0200
commite0f630ed857619560ba5a63279692ea73e7d31b5 (patch)
tree122860fa9bd82e0daa05cb87e57f1b544aec467c
parent48f8c3f76f47c86afdb6139664e6ba6015e69918 (diff)
downloadaur-e0f630ed857619560ba5a63279692ea73e7d31b5.tar.gz
Add missing build dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 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..aa3963a4047b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=sxhkhm
pkgname=${_pkgname}-git
longpkgname=sxhkd-helper-menu
-pkgver=r78.afec96a
+pkgver=r85.f3be1c7
pkgrel=1
pkgdesc='Parse and fuzzy-find keybinds from sxhkd-configuration - built from latest sources at github'
arch=('any')
@@ -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")