summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmal Shasthree Karunarathna2019-09-02 20:29:25 +0530
committerAmal Shasthree Karunarathna2019-09-02 20:29:25 +0530
commit3c2fb8c9c272787130ac1bba25704ec7cac9c1d7 (patch)
tree692ff4eea3689390b6711413322f0f4f0aa66984
parentc69dd864070238bced9ebfceff6f121d369905ef (diff)
downloadaur-3c2fb8c9c272787130ac1bba25704ec7cac9c1d7.tar.gz
upgpkg: workspaces-to-dock.v51_3.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433567ec6f55..0d9ff65bfc7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-workspaces-to-dock
pkgdesc = Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock.
- pkgver = 50_3.32
+ pkgver = 51_3.32
pkgrel = 1
url = https://github.com/passingthru67/workspaces-to-dock
arch = any
license = GPL3
depends = gnome-shell>=3.32
conflicts = gnome-shell-extension-workspaces-to-dock-git
- source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v50_3.32.tar.gz
- sha256sums = 8796513a87518132ee52d11496d878cb2d82b220aa7931f9524da3ad71b456e1
+ source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v51_3.32.tar.gz
+ sha256sums = e6da3d9798c99e3072ead9662c6dab126dbf4a864a3330e0271391096c1c2ad5
pkgname = gnome-shell-extension-workspaces-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 48e835c169b2..f7b1ec5c2a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
-pkgver=50_3.32
+pkgver=51_3.32
pkgrel=1
pkgdesc="Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock."
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('gnome-shell>=3.32')
conflicts=("${pkgname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
-sha256sums=('8796513a87518132ee52d11496d878cb2d82b220aa7931f9524da3ad71b456e1')
+sha256sums=('e6da3d9798c99e3072ead9662c6dab126dbf4a864a3330e0271391096c1c2ad5')
package() {
cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"