summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz2018-01-07 04:47:41 +0100
committerneodarz2018-01-07 04:47:41 +0100
commiteb84b856862f7c3664ef3363a6f7a01342c726ce (patch)
treef7ade0b507ad4797f4c02276d4ddd48e611c6e1b /PKGBUILD
parenta979c86e9e0788c631c59fcc7a474070860f49e0 (diff)
downloadaur-eb84b856862f7c3664ef3363a6f7a01342c726ce.tar.gz
add imagemagick dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a86d7a3467ac..ab012b400c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Small C++ program to display images in a (modern) terminal using RGB AN
arch=('i686' 'x86_64')
url="https://github.com/stefanhaustein/$_pkgname"
license=('Apache')
-makedepends=(git)
+makedepends=(git imagemagick)
provides=("$_pkgname" "tiv")
conflicts=("$_pkgname" "tiv")
source=("$pkgname"::"git+https://github.com/stefanhaustein/$_pkgname.git")