summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-02-22 15:15:38 +0100
committerNicola Murino2019-02-22 15:15:38 +0100
commita80cc62351e09e7b62103aafdd21368780ba5e18 (patch)
tree652cf9d422a82f9ef28d21e1ee75201957c3cfc5
parentb42b8e8f22e6b85fa94d2b2dd0556b10ebb21694 (diff)
downloadaur-a80cc62351e09e7b62103aafdd21368780ba5e18.tar.gz
Updated to v65
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1ad5d259a1d..09fac5183564 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Aug 28 19:28:15 UTC 2018
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = Move the dash out of the overview transforming it in a dock
- pkgver = 64
+ pkgver = 65
pkgrel = 1
url = https://micheleg.github.io/dash-to-dock/
arch = any
@@ -10,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-v64.tar.gz
- sha256sums = 30e15cdcc845f1743a9ecadb2ab707ac7ab7c5d14a244dd523ffbb0e316203d1
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v65.tar.gz
+ sha256sums = 335a4f06ad076ec1129b018ed342e14c60da6d4501b98828dc21846d749d1507
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 554ec49127e0..01e6a68d0e40 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=64
+pkgver=65
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=('30e15cdcc845f1743a9ecadb2ab707ac7ab7c5d14a244dd523ffbb0e316203d1')
+sha256sums=('335a4f06ad076ec1129b018ed342e14c60da6d4501b98828dc21846d749d1507')
build() {
cd "${srcdir}"/${_pkgname}${pkgver}