summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b101608c2b0..107cff5af3d2 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 = 48
pkgrel = 1
url = https://micheleg.github.io/dash-to-dock/
install = gschemas.install
@@ -10,8 +10,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
- md5sums = 4c483e51b2bdf1687762aa03718a864d
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v48.tar.gz
+ md5sums = 2bebfd281c64831bca215bb25e26f00f
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index da0df2c5bc0c..81fb9bc1b2d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _extname="dash-to-dock"
_author="micheleg"
pkgname="gnome-shell-extension-${_extname}"
-pkgver=47
+pkgver=48
pkgrel=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."
arch=("any")
@@ -18,7 +18,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=()
-md5sums=('4c483e51b2bdf1687762aa03718a864d')
+md5sums=('2bebfd281c64831bca215bb25e26f00f')
build() {
cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}"