add pop-shell-shortcuts dependency

This commit is contained in:
Finn-Thorben Sell 2020-05-02 18:54:24 +02:00
parent df56fbe497
commit d66e4470bd
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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}"