summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00d64347023f..70bf9a56a565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-workspace-grid-git
pkgdesc = Allows to configure your workspaces in a grid
- pkgver = 1.6.0.r212.d20f11a
+ pkgver = 1.6.0.r221.e71e7f7
pkgrel = 1
url = https://github.com/zakkak/workspace-grid
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell
+ depends = gnome-shell<1:3.32
replaces = gnome-shell-extension-workspace-grid
source = gnome-shell-extension-workspace-grid-git::git+https://github.com/zakkak/workspace-grid#branch=3.30
sha256sums = SKIP
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")