summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmal Karunarathna2019-04-10 15:10:27 +0530
committerAmal Karunarathna2019-04-10 15:10:27 +0530
commitc69dd864070238bced9ebfceff6f121d369905ef (patch)
treed56f0da87b6f2d9b00c703c98e6ee1f09921e43d
parent72f4b39f9e5111b345828214f20688d1f154a7a9 (diff)
downloadaur-c69dd864070238bced9ebfceff6f121d369905ef.tar.gz
Update to v50_3.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fe0e846b76c..433567ec6f55 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 = 49_3.30
+ pkgver = 50_3.32
pkgrel = 1
url = https://github.com/passingthru67/workspaces-to-dock
arch = any
license = GPL3
- depends = gnome-shell>=3.30
+ 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.v49_3.30.tar.gz
- sha256sums = ad2829a2f1910b6da3beb6b78f43915ba3185d6e4edabec296704dc8fc7f29f3
+ source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v50_3.32.tar.gz
+ sha256sums = 8796513a87518132ee52d11496d878cb2d82b220aa7931f9524da3ad71b456e1
pkgname = gnome-shell-extension-workspaces-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 5fcab94d8bd2..48e835c169b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
-pkgver=49_3.30
+pkgver=50_3.32
pkgrel=1
pkgdesc="Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock."
arch=('any')
url="https://github.com/passingthru67/workspaces-to-dock"
license=('GPL3')
-depends=('gnome-shell>=3.30')
+depends=('gnome-shell>=3.32')
conflicts=("${pkgname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
-sha256sums=('ad2829a2f1910b6da3beb6b78f43915ba3185d6e4edabec296704dc8fc7f29f3')
+sha256sums=('8796513a87518132ee52d11496d878cb2d82b220aa7931f9524da3ad71b456e1')
package() {
cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"