summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorr3b311i0n2018-04-26 00:42:56 +0530
committerr3b311i0n2018-04-26 00:42:56 +0530
commit86824dd9b640452ee63224387d647c468f333249 (patch)
tree57471ae86f80d0bfb4f207282dbdc491f36ecee9
parent99049cfedcf1be7556024b144914814463a9ebe6 (diff)
downloadaur-86824dd9b640452ee63224387d647c468f333249.tar.gz
Update to v45_3.28-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c7b0155c3bc..3acb277f2168 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 = 44_3.26
- pkgrel = 3
+ pkgver = 45_3.28
+ pkgrel = 1
url = https://github.com/passingthru67/workspaces-to-dock
arch = any
license = GPL3
- depends = gnome-shell>=3.26
+ 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.v44_3.26.tar.gz
- sha256sums = adabf07456e75673eaa01147cf6f2f87bbd7ee88e22d07491eb314fc24730ad1
+ source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v45_3.28.tar.gz
+ sha256sums = 7caac06214d83bc36c2f41a33c86b9b28470b0e255d658b265235bedfdc69721
pkgname = gnome-shell-extension-workspaces-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 4c4cb18dae57..0f2a820e7c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
-pkgver=44_3.26
-pkgrel=3
+pkgver=45_3.28
+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.26')
+depends=('gnome-shell>=3.28')
conflicts=("${pkgname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
-sha256sums=('adabf07456e75673eaa01147cf6f2f87bbd7ee88e22d07491eb314fc24730ad1')
+sha256sums=('7caac06214d83bc36c2f41a33c86b9b28470b0e255d658b265235bedfdc69721')
package() {
cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"