diff options
author | vincent | 2021-07-07 20:45:31 +0200 |
---|---|---|
committer | vincent | 2021-07-07 20:45:31 +0200 |
commit | 8511871a1bb6a38b504ad97bfc9d3bae245379aa (patch) | |
tree | e4e6687229b8675c6df1182143943a4ea176e43f | |
parent | ff2737d923325304e6e3a7f468e71bd7caf3efac (diff) | |
download | aur-8511871a1bb6a38b504ad97bfc9d3bae245379aa.tar.gz |
add fd dependance
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = gnome-shell-extension-pop-shell-git pkgdesc = Pop Shell - Tiling window management in Gnome (WIP) - pkgver = r710.93634d6 + pkgver = r749.3873fc5 pkgrel = 1 url = https://github.com/pop-os/shell install = pop-shell.install @@ -10,6 +10,7 @@ pkgbase = gnome-shell-extension-pop-shell-git makedepends = git depends = gnome-shell depends = pop-shell-shortcuts-git + depends = fd optdepends = gnome-shell-extensions: native-window extension for improved window placement conflicts = gnome-shell-extension-pop-shell source = shell::git+https://github.com/pop-os/shell.git#branch=master @@ -1,7 +1,7 @@ # Maintainer: Vincent.Ducamps <aur@ducamps.win> pkgname=gnome-shell-extension-pop-shell-git pkgdesc="Pop Shell - Tiling window management in Gnome (WIP)" -pkgver=r710.93634d6 +pkgver=r749.3873fc5 pkgrel=1 _gitorg=pop-os _gitname=shell @@ -13,7 +13,7 @@ install="pop-shell.install" optdepends=('gnome-shell-extensions: native-window extension for improved window placement') conflicts=("gnome-shell-extension-pop-shell") makedepends=("typescript" "git") -depends=("gnome-shell" "pop-shell-shortcuts-git") +depends=("gnome-shell" "pop-shell-shortcuts-git" "fd") _dir="${_gitname}" |