summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f141bdf78b6..0898d2b0a9ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 24 11:41:46 UTC 2017
+# Mon Apr 2 22:25:44 UTC 2018
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = Move the dash out of the overview transforming it in a dock
- pkgver = 62
+ pkgver = 63
pkgrel = 1
url = https://micheleg.github.io/dash-to-dock/
arch = any
@@ -10,8 +10,8 @@ pkgbase = gnome-shell-extension-dash-to-dock
makedepends = intltool
makedepends = gettext
depends = gnome-shell
- source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v62.tar.gz
- sha256sums = b74a89b3988bd7e7bdbbe8427382c3a2d06784bdaf72ea42ae37e5cb3ac26858
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v63.tar.gz
+ sha256sums = 3705b043f7bcb02143a67161281277792fda58ddca11974e1416e5ead811ee3d
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 87b737d74f02..3b674a9ef525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnome-shell-extension-dash-to-dock
_pkgname=dash-to-dock-extensions.gnome.org-v
-pkgver=62
+pkgver=63
pkgrel=1
pkgdesc="Move the dash out of the overview transforming it in a dock"
arch=('any')
@@ -15,7 +15,7 @@ license=('GPL')
depends=('gnome-shell')
makedepends=('intltool' 'gettext')
source=("https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v${pkgver}.tar.gz")
-sha256sums=('b74a89b3988bd7e7bdbbe8427382c3a2d06784bdaf72ea42ae37e5cb3ac26858')
+sha256sums=('3705b043f7bcb02143a67161281277792fda58ddca11974e1416e5ead811ee3d')
build() {
cd "${srcdir}"/${_pkgname}${pkgver}