summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2019-11-14 01:24:33 +0100
committerXZS2019-11-14 01:24:33 +0100
commit955156fde3c1a56ac392cf609b6fd6cb5ef5863c (patch)
tree0c754ef7b6905f897e7a325b6f6fd9b0cd160c2f
parent42089f265f19070881ab050afb998f14e969fb56 (diff)
downloadaur-955156fde3c1a56ac392cf609b6fd6cb5ef5863c.tar.gz
propagate upstream update
The extension is now compatible to only the recent gnome-shell version 3.32. Adaptive transparency was also removed, following gnome-shell itself. The code was subsequently modernized. As usual, some translations also received updates.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7395a0ae3f5..c1e4d17e99d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-dock-git
pkgdesc = move the dash out of the overview transforming it in a dock
- pkgver = 65
+ pkgver = 66
pkgrel = 1
url = https://micheleg.github.io/dash-to-dock/
install = gschemas.install
@@ -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=65
+ provides = gnome-shell-extension-dash-to-dock=66
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 f89b061b9bae..fe9df61b36e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# You may find it convenient to file issues and pull requests there.
pkgname=gnome-shell-extension-dash-to-dock-git
-pkgver=65
+pkgver=66
pkgrel=1
pkgdesc="move the dash out of the overview transforming it in a dock"
arch=('any')