Skip to content

Commit f75974b

Browse files
committed
add click to PKGBUILD
even though it seems to work without it, oddly
1 parent 0dfd053 commit f75974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license=('GPL')
99
sha512sums=('SKIP')
1010
arch=('any')
1111
depends=('python' 'python-pyxdg')
12-
makedepends=('git' 'python-setuptools' 'scdoc')
12+
makedepends=('git' 'python-setuptools' 'python-click' 'scdoc')
1313
provides=('qbpm')
1414
source=("git+https://github.com/pvsr/qbpm")
1515

0 commit comments

Comments
 (0)