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