From a3ddcd4a7c7e7fc63408627083261601b55ea8a5 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 28 Sep 2020 21:32:17 +0200 Subject: [PATCH] add git to dependance --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index f11c82c..629361d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ url="https://github.com/pop-os/shell" license=("GPLv3") conflicts=("gnome-shell-extension-pop-shell") -makedepends=("typescript") +makedepends=("typescript" "git") depends=("gnome-shell" "pop-shell-shortcuts-git")