summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Goetschalckx2019-05-22 11:21:15 +0200
committerPieter Goetschalckx2019-05-22 11:21:15 +0200
commit53793c4e61cb89a32b9bc43f4a12a4001fe6ae78 (patch)
tree5ef4d6f05cf1ba25da6f3a30b0944c01b602c97f /PKGBUILD
parent1cbfa9e9baa3774d783a806ff54effb59e290edd (diff)
downloadaur-53793c4e61cb89a32b9bc43f4a12a4001fe6ae78.tar.gz
Disable for gnome-shell 3.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6e1d97cc6fe..9ecb4013609c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Foivos S. Zakkak <foivos at zakkak dot net>
pkgname=gnome-shell-extension-workspace-grid-git
-pkgver=1.6.0.r212.d20f11a
+pkgver=1.6.0.r221.e71e7f7
pkgrel=1
pkgdesc="Allows to configure your workspaces in a grid"
arch=(any)
url="https://github.com/zakkak/workspace-grid"
license=('GPL3')
-depends=('gnome-shell')
+depends=('gnome-shell<1:3.32')
replaces=('gnome-shell-extension-workspace-grid')
makedepends=('git')
source=("$pkgname::git+https://github.com/zakkak/workspace-grid#branch=3.30")