summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26bfd15979d..f3b486ddfd4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-system_hotkey
arch = any
license = BSD
makedepends = python-setuptools
+ makedepends = git
depends = python-xcffib
source = python-system_hotkey::git+https://github.com/hhannine/system_hotkey310#commit=c0ee3549d5a1c66dee90ec669c95c4c0a81ab050
source = rename_without_310.patch
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')