summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2017-03-07 21:57:28 +0100
committerXZS2017-03-07 21:57:28 +0100
commit290d77a1ddc61b72ce19fcb04ee65c1e35a1d3f2 (patch)
tree35ec64e1d8c47e00f8570b576c1de1d351f4c805
parent83af4cec04083d8fa77b13f4b24446f9838b9880 (diff)
downloadaur-290d77a1ddc61b72ce19fcb04ee65c1e35a1d3f2.tar.gz
propagate upstream update
This version improved Wayland compatibility and added new features: The windows can now be previewed from the dock icons which can also be scrolled through with the mouse wheel, keyboard shortcuts can be defined, and the border of the dock gained more customizability.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baba20c9da0b..714ea03307a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-dash-to-dock-git
pkgdesc = move the dash out of the overview transforming it in a dock
- pkgver = 55
- pkgrel = 2
+ pkgver = 56
+ pkgrel = 1
url = https://micheleg.github.io/dash-to-dock/
install = gschemas.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-dash-to-dock-git
makedepends = git
depends = dconf
depends = gnome-shell
- provides = gnome-shell-extension-dash-to-dock=55
+ provides = gnome-shell-extension-dash-to-dock=56
conflicts = gnome-shell-extension-dash-to-dock
source = gnome-shell-extension-dash-to-dock::git+https://github.com/micheleg/dash-to-dock/
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5db7aa084a28..37c1c2fc1d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# You may find it convenient to file issues and pull requests there.
pkgname=gnome-shell-extension-dash-to-dock-git
-pkgver=55
-pkgrel=2
+pkgver=56
+pkgrel=1
pkgdesc="move the dash out of the overview transforming it in a dock"
arch=('any')
url="https://micheleg.github.io/dash-to-dock/"