summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarl.george2015-10-08 19:59:12 -0500
committercarl.george2015-10-08 19:59:30 -0500
commitccf702f14fdf29dadbbf530c6149d482ef4c5c90 (patch)
tree4a8899e356c42a5cbb5d3fa5c2395389aa027859
parentd136203a2a1f762f11ffe517555afd6060e1db84 (diff)
downloadaur-ccf702f14fdf29dadbbf530c6149d482ef4c5c90.tar.gz
1:49-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94da4195205e..8218d6cd1548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
- pkgver = 47
+ pkgver = 49
pkgrel = 1
epoch = 1
url = https://micheleg.github.io/dash-to-dock/
@@ -11,8 +11,8 @@ pkgbase = gnome-shell-extension-dash-to-dock
makedepends = intltool
depends = dconf
conflicts = gnome-shell-extensions-dash-to-dock-git
- source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v47.tar.gz
- sha256sums = 04a32135456cd53bd0e5d301955266f3144b815694e99510344620d1d5750c7a
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v49.tar.gz
+ sha256sums = 50bd242f3f6e6089137957c175462475d10a2e39f6014184b792248ed7708084
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 3707e3e15c21..9d90eebdb4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _extname="dash-to-dock"
_author="micheleg"
pkgname="gnome-shell-extension-${_extname}"
-pkgver=47
+pkgver=49
pkgrel=1
epoch=1
pkgdesc="This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops."
@@ -19,7 +19,7 @@ conflicts=("gnome-shell-extensions-dash-to-dock-git")
install="gschemas.install"
source=("https://github.com/${_author}/${_extname}/archive/extensions.gnome.org-v${pkgver}.tar.gz")
noextract=()
-sha256sums=('04a32135456cd53bd0e5d301955266f3144b815694e99510344620d1d5750c7a')
+sha256sums=('50bd242f3f6e6089137957c175462475d10a2e39f6014184b792248ed7708084')
build() {
cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}"