summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2023-01-01 10:02:55 -0500
committerTed Alff2023-01-01 10:02:55 -0500
commitcb1fdd8a075ec8569a854393849440cc510c35f7 (patch)
tree9d5849bc8d9c70d0549a0a75f56fb5aab9647398 /PKGBUILD
parent15fd359dbc1a80989f2fc250f2d4c23fe1f336f4 (diff)
downloadaur-python-system_hotkey.tar.gz
Add missing git makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fbd6e51495a..0f9d0282ae99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://github.com/hhannine/system_hotkey310"
license=('BSD')
depends=('python-xcffib')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
_commit='c0ee3549d5a1c66dee90ec669c95c4c0a81ab050'
source=("${pkgname}::git+${url}#commit=${_commit}"
'rename_without_310.patch')