summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c336284400d..b686c186798f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,12 +4,11 @@ pkgbase = gnome-shell-extension-workspace-grid
pkgrel = 1
url = https://github.com/zakkak/workspace-grid-gnome-shell-extension
install = gnome-shell-extension-workspace-grid.install
- arch = i686
- arch = x86_64
+ arch = any
license = unknown
makedepends = git
depends = gnome-shell
- source = gnome-shell-extension-workspace-grid::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.4
+ source = gnome-shell-extension-workspace-grid::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.5
sha256sums = SKIP
pkgname = gnome-shell-extension-workspace-grid
diff --git a/PKGBUILD b/PKGBUILD
index f44168a332b6..09fc2676a976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Pieter Goetschalckx <3.14.e.ter at gmail dot com>
pkgname=gnome-shell-extension-workspace-grid
-pkgver=1.3.4.r0.g22b96b2
+pkgver=1.3.5.r0.gacb6398
pkgrel=1
pkgdesc="Allows to configure your workspaces in a grid"
-arch=('i686' 'x86_64')
+arch=(any)
url="https://github.com/zakkak/workspace-grid-gnome-shell-extension"
license=('unknown')
depends=('gnome-shell')
makedepends=('git')
install=gnome-shell-extension-workspace-grid.install
-source=("$pkgname::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.4")
+source=("$pkgname::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.5")
sha256sums=('SKIP')
pkgver() {