From d66e4470bd0462e6b68c57dabde345d22ea41fe3 Mon Sep 17 00:00:00 2001 From: Finn-Thorben Sell Date: Sat, 2 May 2020 18:54:24 +0200 Subject: [PATCH] add pop-shell-shortcuts dependency --- .SRCINFO | 3 ++- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3565f75..fd4ccb6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = gnome-shell-extension-pop-shell-git - pkgdesc = Pop Shell - Tiling window management in Gnome + pkgdesc = Pop Shell - Tiling window management in Gnome (WIP) pkgver = r192.e15786b pkgrel = 1 url = https://github.com/pop-os/shell @@ -7,6 +7,7 @@ pkgbase = gnome-shell-extension-pop-shell-git license = GPLv3 makedepends = typescript depends = gnome-shell + depends = pop-shell-shortcuts-git conflicts = gnome-shell-extension-pop-shell source = shell::git+https://github.com/pop-os/shell.git#branch=master_focal sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index fa4dd27..92ea3c5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ license=("GPLv3") conflicts=("gnome-shell-extension-pop-shell") makedepends=("typescript") -depends=("gnome-shell") +depends=("gnome-shell" "pop-shell-shortcuts-git") _dir="${_gitname}"