summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFoivos S. Zakkak2016-04-12 16:30:52 +0300
committerFoivos S. Zakkak2016-04-12 16:30:52 +0300
commit827d304a01c8a5d6d6436cb37c1f3fb4bd03f8bb (patch)
treeed02e6613b9f9b7d3d29d5417c2657711502a5cd
parent72569796795852da808d531b7e1e9388737253ea (diff)
downloadaur-827d304a01c8a5d6d6436cb37c1f3fb4bd03f8bb.tar.gz
Support Gnome 3.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d17e5446293..86a56eb06bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Apr 12 13:30:15 UTC 2016
pkgbase = gnome-shell-extension-workspace-grid
pkgdesc = Allows to configure your workspaces in a grid
- pkgver = 1.3.8.0
- pkgrel = 0
+ pkgver = 1.3.8.13
+ pkgrel = 1
url = https://github.com/zakkak/workspace-grid-gnome-shell-extension
install = gnome-shell-extension-workspace-grid.install
arch = any
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.8
+ source = gnome-shell-extension-workspace-grid::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git
sha256sums = SKIP
pkgname = gnome-shell-extension-workspace-grid
diff --git a/PKGBUILD b/PKGBUILD
index 550da6e046a1..c206534fc101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Pieter Goetschalckx <3.14.e.ter at gmail dot com>
pkgname=gnome-shell-extension-workspace-grid
-pkgver=1.3.8.0
-pkgrel=0
+pkgver=1.3.8.13
+pkgrel=1
pkgdesc="Allows to configure your workspaces in a grid"
arch=(any)
url="https://github.com/zakkak/workspace-grid-gnome-shell-extension"
@@ -11,7 +11,7 @@ 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.8")
+source=("$pkgname::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git")
sha256sums=('SKIP')
pkgver() {