summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuasha4202019-03-15 01:07:26 +0600
committerkuasha4202019-03-15 01:07:26 +0600
commitbe66a25d377a9be8b91c70b8fa776da6eaec3408 (patch)
tree28cda07d29d45d929b4a63fbfbb9328163a9447b
parent5dac99dcc3adba2fd76d930bda816f4707cc9fb7 (diff)
downloadaur-be66a25d377a9be8b91c70b8fa776da6eaec3408.tar.gz
fix make dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c64bbceddad4..ef0f2b855c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = pyxtrlock-git
arch = any
license = GPLv3+
makedepends = git
+ makedepends = python
depends = python
depends = python-xdg
depends = python-simplepam
diff --git a/PKGBUILD b/PKGBUILD
index 3b2c84f5ca5a..c2d4862a26f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/leonnnn/pyxtrlock/"
license=("GPLv3+")
depends=("python" "python-xdg" "python-simplepam")
-makedepends=("git")
+makedepends=("git" "python")
source=("${pkgname%-*}::git+https://github.com/leonnnn/pyxtrlock.git")
sha1sums=("SKIP")
provides=("pyxtrlock")