summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e45df3b5d816..c64bbceddad4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = pyxtrlock-git
url = https://github.com/leonnnn/pyxtrlock/
arch = any
license = GPLv3+
+ makedepends = git
depends = python
depends = python-xdg
depends = python-simplepam
diff --git a/PKGBUILD b/PKGBUILD
index 2720dd0ba826..3b2c84f5ca5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/leonnnn/pyxtrlock/"
license=("GPLv3+")
depends=("python" "python-xdg" "python-simplepam")
+makedepends=("git")
source=("${pkgname%-*}::git+https://github.com/leonnnn/pyxtrlock.git")
sha1sums=("SKIP")
provides=("pyxtrlock")