summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-03-17 23:15:19 +0100
committerNicola Murino2019-03-17 23:15:19 +0100
commitd40ce8afa8520f1c4b7d4266de83c992b956acad (patch)
treecad6c8d8435bf992533ef613a62e0e774af95ca0
parenta80cc62351e09e7b62103aafdd21368780ba5e18 (diff)
downloadaur-d40ce8afa8520f1c4b7d4266de83c992b956acad.tar.gz
update to 66-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09fac5183564..413f5886c2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-dock
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/
arch = any
@@ -8,8 +8,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-v65.tar.gz
- sha256sums = 335a4f06ad076ec1129b018ed342e14c60da6d4501b98828dc21846d749d1507
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v66.tar.gz
+ sha256sums = 5eb550d7f6981d3f9179243a718679ff8a309b4391d86e422ca3518381710e2b
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 01e6a68d0e40..5adc554b0d62 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=65
+pkgver=66
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=('335a4f06ad076ec1129b018ed342e14c60da6d4501b98828dc21846d749d1507')
+sha256sums=('5eb550d7f6981d3f9179243a718679ff8a309b4391d86e422ca3518381710e2b')
build() {
cd "${srcdir}"/${_pkgname}${pkgver}