summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-09-04 16:40:45 +0100
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-09-04 16:40:45 +0100
commit54793724154b75cd0b56c6a0114a4a89422d8393 (patch)
treef01c42b121aa59bd7cd0035c6ed927ad268f0d71
parent30f77165c1712bee8b267a7189229d4d52a83a22 (diff)
Remove imagemagick from actual depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2d8bcd..cf5db2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python script to display system infomation alongside the Arch Linux log
arch=('any')
url="http://bluepeppers.github.com/archey3"
license=('GPL')
-depends=('python' 'imagemagick')
+depends=('python')
makedepends=('git' 'python-distribute')
optdepends=(
'python3-mpd-git: python mpd libary for mpd protocol (optional, mpc can be used instead)'