summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmal Karunarathna2018-09-30 00:29:05 +0530
committerAmal Karunarathna2018-09-30 00:29:05 +0530
commit72f4b39f9e5111b345828214f20688d1f154a7a9 (patch)
tree8ad61994957e8435b291ec99ca7e90c1ccb9eb0c
parent2144f5188a903da30f23e84b1b05f4a84ae463c6 (diff)
downloadaur-72f4b39f9e5111b345828214f20688d1f154a7a9.tar.gz
Update to v49_3.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e7df85158ff..2fe0e846b76c 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 = 48_3.30
+ pkgver = 49_3.30
pkgrel = 1
url = https://github.com/passingthru67/workspaces-to-dock
arch = any
license = GPL3
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.v48_3.30.tar.gz
- sha256sums = 4b725b761658162bf4514ae84baf18aabbb3a4a8e8b70183e614ea5134af6858
+ source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v49_3.30.tar.gz
+ sha256sums = ad2829a2f1910b6da3beb6b78f43915ba3185d6e4edabec296704dc8fc7f29f3
pkgname = gnome-shell-extension-workspaces-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 5f06c0e146e1..5fcab94d8bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
-pkgver=48_3.30
+pkgver=49_3.30
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.30')
conflicts=("${pkgname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
-sha256sums=('4b725b761658162bf4514ae84baf18aabbb3a4a8e8b70183e614ea5134af6858')
+sha256sums=('ad2829a2f1910b6da3beb6b78f43915ba3185d6e4edabec296704dc8fc7f29f3')
package() {
cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"