summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmal Shasthree Karunarathna2020-04-22 00:25:43 +0530
committerAmal Shasthree Karunarathna2020-04-22 00:25:43 +0530
commit379df032be3346d0b8909d2aaadd89ae40960424 (patch)
tree8ea88aec6172febf10c94589c2912488a73dfe16 /PKGBUILD
parentcaef2ac859632b64a5eb08fc395d458a5f6af101 (diff)
downloadaur-gnome-shell-extension-workspaces-to-dock.tar.gz
upgpkg: gnome-shell-extension-workspaces-to-dock 53_3.36-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18a278064a50..bd4c0d4ad5d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,19 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
-_urlversion=52_334
-pkgver=52_3.34
+pkgver=53_3.36
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.34')
+depends=('gnome-shell>=3.36')
conflicts=("${pkgname}-git")
-source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${_urlversion}.tar.gz")
-sha256sums=('cda2690138b28d0cee579b84d68dab4e82dc0ab656a9e2ae79e82976af1a3c3d')
+source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
+sha256sums=('b2417975964b1015be29fc973ec589d627ff30f5e0e8c3b375565af8d20295f8')
package() {
- cd "${srcdir}/${_gitname}-${_gitname}.v${_urlversion}"
+ cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"
install -d "${pkgdir}/usr/share/gnome-shell/extensions"
cp -a "workspaces-to-dock@passingthru67.gmail.com" "${pkgdir}/usr/share/gnome-shell/extensions/"
}