summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2020-08-03 15:51:39 +0200
committermschubert2020-08-03 15:51:39 +0200
commitab05c13c34f628c12603a321c5869394d12b546c (patch)
treeabea0f8eea198843db9def22fbdb16a5f8636568 /PKGBUILD
parent99c4ceeddada7f91427108309a35711151e54057 (diff)
downloadaur-ab05c13c34f628c12603a321c5869394d12b546c.tar.gz
add 'git' to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 362e87aca93f..5f417d759249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://github.com/deadalnix/pixel-saver"
license=('MIT')
depends=('gnome-shell' 'xorg-xprop')
+makedepends=('git')
install=$_pkgname.install
source=(git+https://github.com/deadalnix/pixel-saver)
sha256sums=('SKIP')