summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb198b833a3d7f89990dff3a038ea66938b87954c (diff)
downloadaur-d1e71f4f9aaadb4ec4588e0d2a6de258cbda08b3.tar.gz
New version and new way to generate versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {