summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2015-12-08 20:03:48 +0100
committerXZS2015-12-08 20:04:16 +0100
commit882461ad4fc358f21f9d05c7169b997480c84fcc (patch)
treeb33cbea4b5e5992c33e37a7140fde4365605ec2d /PKGBUILD
parentb65b6b9974ab974e253a25ae821bc3ee7e759fcd (diff)
downloadaur-882461ad4fc358f21f9d05c7169b997480c84fcc.tar.gz
add dependency needed for patching up
The imagemagick package contains the convert program needed for the interim fix.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12e837741b83..45789e24c209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=("any")
url="https://${_author}.github.io/${_extname}/"
license=("GPL2")
depends=("dconf")
-makedepends=("gnome-common" "intltool")
+makedepends=("gnome-common" "intltool" "imagemagick")
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")