summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFoivos S. Zakkak2015-11-03 03:21:01 +0200
committerFoivos S. Zakkak2015-11-03 03:21:01 +0200
commitd1e71f4f9aaadb4ec4588e0d2a6de258cbda08b3 (patch)
treed8f5e7941b358bca18719a91da7397fb516dae18
parentb198b833a3d7f89990dff3a038ea66938b87954c (diff)
downloadaur-d1e71f4f9aaadb4ec4588e0d2a6de258cbda08b3.tar.gz
New version and new way to generate versions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5de1e110197f..998439d89995 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.5.r0.gacb6398
- pkgrel = 1
+ pkgver = 1.3.6.0
+ pkgrel = 0
url = https://github.com/zakkak/workspace-grid-gnome-shell-extension
install = gnome-shell-extension-workspace-grid.install
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.5
+ source = gnome-shell-extension-workspace-grid::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.6
sha256sums = SKIP
pkgname = gnome-shell-extension-workspace-grid
diff --git a/PKGBUILD b/PKGBUILD
index 09fc2676a976..6041763201d0 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.5.r0.gacb6398
-pkgrel=1
+pkgver=1.3.6.0
+pkgrel=0
pkgdesc="Allows to configure your workspaces in a grid"
arch=(any)
url="https://github.com/zakkak/workspace-grid-gnome-shell-extension"
@@ -11,12 +11,12 @@ 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.5")
+source=("$pkgname::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git#tag=v1.3.6")
sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
- git describe --long | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long | sed -r 's/^v//;s/([^-]*)-g.*$/\1/;s/-/./g'
}
package() {