summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5389759e8f87..e8b60bf50205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
-# Generated by makepkg 4.2.1
-# Fri Jun 12 14:08:19 UTC 2015
pkgbase = gnome-shell-extension-dash-to-dock
- pkgdesc = A gnome-shell extension that transforms the dash into an intellihide dock
- pkgver = v46
- pkgrel = 2
- url = https://github.com/micheleg/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 = 46
+ pkgrel = 3
+ url = https://micheleg.github.io/dash-to-dock/
install = gschemas.install
arch = any
- license = GPL
+ license = GPL2
makedepends = gnome-common
makedepends = intltool
depends = dconf
- provides = gnome-shell-extension-dash-to-dock
conflicts = gnome-shell-extensions-dash-to-dock-git
- source = gnome-shell-extension-dash-to-dock::https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v46.tar.gz
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v46.tar.gz
md5sums = f085cee5b4373029a00d7987081d1d5d
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index 47034981a738..c0e11bbacfd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _author="micheleg"
pkgname="gnome-shell-extension-${_extname}"
pkgver=46
-pkgrel=1
+pkgrel=3
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")
url="https://${_author}.github.io/${_extname}/"
@@ -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=("f085cee5b4373029a00d7987081d1d5d")
+md5sums=('f085cee5b4373029a00d7987081d1d5d')
build() {
cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}"