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 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 pkgver = r192.e15786b
pkgrel = 1 pkgrel = 1
url = https://github.com/pop-os/shell url = https://github.com/pop-os/shell
@ -7,6 +7,7 @@ pkgbase = gnome-shell-extension-pop-shell-git
license = GPLv3 license = GPLv3
makedepends = typescript makedepends = typescript
depends = gnome-shell depends = gnome-shell
depends = pop-shell-shortcuts-git
conflicts = gnome-shell-extension-pop-shell conflicts = gnome-shell-extension-pop-shell
source = shell::git+https://github.com/pop-os/shell.git#branch=master_focal source = shell::git+https://github.com/pop-os/shell.git#branch=master_focal
sha256sums = SKIP sha256sums = SKIP

View File

@ -12,7 +12,7 @@ license=("GPLv3")
conflicts=("gnome-shell-extension-pop-shell") conflicts=("gnome-shell-extension-pop-shell")
makedepends=("typescript") makedepends=("typescript")
depends=("gnome-shell") depends=("gnome-shell" "pop-shell-shortcuts-git")
_dir="${_gitname}" _dir="${_gitname}"