summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSammysHP2021-08-14 09:39:21 +0200
committerSammysHP2021-08-14 09:39:21 +0200
commitc1f600149c408bf4b2b2a32e5291d0fa53a42629 (patch)
tree8d881798436411b1846e70214e432663a0e30917 /PKGBUILD
parent7765e017b8341ae97728269689d73e7939c7d92b (diff)
downloadaur-i3lockmore-git.tar.gz
Add git as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf55feeba935..065fad750353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url='https://github.com/SammysHP/i3lockmore'
license=('MIT')
depends=('i3lock' 'imagemagick' 'xorg-xset' 'xorg-xrandr')
+makedepends=('git')
source=("${pkgname%-git}::git+https://github.com/SammysHP/${pkgname%-git}.git")
md5sums=('SKIP')