summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-12-24 12:43:27 +0100
committerNicola Murino2017-12-24 12:43:27 +0100
commit300db5cf7624d26289a758084e51d22050f1b6ac (patch)
tree083b7e386f5dd4696eba6c6e79275aadea841b14
parent4e144939cd484499e3bd23b532627ed4bea1ed46 (diff)
downloadaur-300db5cf7624d26289a758084e51d22050f1b6ac.tar.gz
Update to version 62
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f148378eb7a..3f141bdf78b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 24 06:23:24 UTC 2017
+# Sun Dec 24 11:41:46 UTC 2017
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = Move the dash out of the overview transforming it in a dock
- pkgver = 61
+ pkgver = 62
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-v61.tar.gz
- sha256sums = 8cea499749cca5cc0ae248a9ae5b1cda7e364526d5d1d90fd71f6aa886837c51
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v62.tar.gz
+ sha256sums = b74a89b3988bd7e7bdbbe8427382c3a2d06784bdaf72ea42ae37e5cb3ac26858
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index f728ccb4c4f3..87b737d74f02 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=61
+pkgver=62
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=('8cea499749cca5cc0ae248a9ae5b1cda7e364526d5d1d90fd71f6aa886837c51')
+sha256sums=('b74a89b3988bd7e7bdbbe8427382c3a2d06784bdaf72ea42ae37e5cb3ac26858')
build() {
cd "${srcdir}"/${_pkgname}${pkgver}