summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf2b30175593..4c9ddd08c7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 6 00:42:42 UTC 2015
+# Tue Dec 8 19:06:10 UTC 2015
pkgbase = gnome-shell-extension-dash-to-dock-git
pkgdesc = A gnome-shell extension that transforms the dash into an intellihide dock
pkgver = 49
@@ -9,6 +9,7 @@ pkgbase = gnome-shell-extension-dash-to-dock-git
arch = any
license = GPL
makedepends = intltool
+ makedepends = imagemagick
makedepends = git
depends = dconf
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 3b5b2f1bf3dd..c1e664941508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://micheleg.github.io/dash-to-dock/"
_giturl="git+https://github.com/micheleg/dash-to-dock/"
license=('GPL')
depends=('dconf')
-makedepends=('intltool')
+makedepends=('intltool' 'imagemagick')
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")