summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmal Karunarathna2018-09-19 19:05:47 +0530
committerAmal Karunarathna2018-09-19 19:05:47 +0530
commit2144f5188a903da30f23e84b1b05f4a84ae463c6 (patch)
tree3d46b136e4896df741dbad406b7a4fc10370512c
parent78356fcd1a586ec762fc7db65bd8093c8b75fe34 (diff)
downloadaur-2144f5188a903da30f23e84b1b05f4a84ae463c6.tar.gz
Update to v48_3.30-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b76661fea945..3e7df85158ff 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 = 46_3.28
+ pkgver = 48_3.30
pkgrel = 1
url = https://github.com/passingthru67/workspaces-to-dock
arch = any
license = GPL3
- depends = gnome-shell>=3.28
+ depends = gnome-shell>=3.30
conflicts = gnome-shell-extension-workspaces-to-dock-git
- source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v46_3.28.tar.gz
- sha256sums = 325941217ac81f8d430ac64dcbde2e7da3ad73321db569f02d658be8ca33dfd9
+ source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v48_3.30.tar.gz
+ sha256sums = 4b725b761658162bf4514ae84baf18aabbb3a4a8e8b70183e614ea5134af6858
pkgname = gnome-shell-extension-workspaces-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index cc4d053af228..5f06c0e146e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
-pkgver=46_3.28
+pkgver=48_3.30
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.28')
+depends=('gnome-shell>=3.30')
conflicts=("${pkgname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
-sha256sums=('325941217ac81f8d430ac64dcbde2e7da3ad73321db569f02d658be8ca33dfd9')
+sha256sums=('4b725b761658162bf4514ae84baf18aabbb3a4a8e8b70183e614ea5134af6858')
package() {
cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"