summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuasha4202019-03-15 00:46:32 +0600
committerkuasha4202019-03-15 00:46:32 +0600
commit5dac99dcc3adba2fd76d930bda816f4707cc9fb7 (patch)
treea3aeb707774e790d4bffc8a64442b2042abb11d9
parentb1e5d9be3d66c13a1b7df1c76322a52b66f69519 (diff)
downloadaur-5dac99dcc3adba2fd76d930bda816f4707cc9fb7.tar.gz
initial git package
-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")