summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmal Karunarathna2018-08-22 23:27:04 +0530
committerAmal Karunarathna2018-08-22 23:27:04 +0530
commit78356fcd1a586ec762fc7db65bd8093c8b75fe34 (patch)
treee5ba2bf53ffe350496b8c70b91dd9aa3bf7a52f6
parent86824dd9b640452ee63224387d647c468f333249 (diff)
downloadaur-78356fcd1a586ec762fc7db65bd8093c8b75fe34.tar.gz
Update for v46_3.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3acb277f2168..b76661fea945 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 = 45_3.28
+ pkgver = 46_3.28
pkgrel = 1
url = https://github.com/passingthru67/workspaces-to-dock
arch = any
license = GPL3
depends = gnome-shell>=3.28
conflicts = gnome-shell-extension-workspaces-to-dock-git
- source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v45_3.28.tar.gz
- sha256sums = 7caac06214d83bc36c2f41a33c86b9b28470b0e255d658b265235bedfdc69721
+ source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v46_3.28.tar.gz
+ sha256sums = 325941217ac81f8d430ac64dcbde2e7da3ad73321db569f02d658be8ca33dfd9
pkgname = gnome-shell-extension-workspaces-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 0f2a820e7c6a..cc4d053af228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
-pkgver=45_3.28
+pkgver=46_3.28
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.28')
conflicts=("${pkgname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
-sha256sums=('7caac06214d83bc36c2f41a33c86b9b28470b0e255d658b265235bedfdc69721')
+sha256sums=('325941217ac81f8d430ac64dcbde2e7da3ad73321db569f02d658be8ca33dfd9')
package() {
cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"