summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 998439d89995..8d17e5446293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-workspace-grid
pkgdesc = Allows to configure your workspaces in a grid
- pkgver = 1.3.6.0
+ pkgver = 1.3.8.0
pkgrel = 0
url = https://github.com/zakkak/workspace-grid-gnome-shell-extension
install = gnome-shell-extension-workspace-grid.install
arch = any
- license = unknown
+ license = GPL3
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.6
+ source = gnome-shell-extension-workspace-grid::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.8
sha256sums = SKIP
pkgname = gnome-shell-extension-workspace-grid
diff --git a/PKGBUILD b/PKGBUILD
index 6041763201d0..550da6e046a1 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.6.0
+pkgver=1.3.8.0
pkgrel=0
pkgdesc="Allows to configure your workspaces in a grid"
arch=(any)
url="https://github.com/zakkak/workspace-grid-gnome-shell-extension"
-license=('unknown')
+license=('GPL3')
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.6")
+source=("$pkgname::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.8")
sha256sums=('SKIP')
pkgver() {