summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-01-07 04:47:41 +0100
committerneodarz <neodarz@neodarz.net>2018-01-07 04:47:41 +0100
commiteb84b856862f7c3664ef3363a6f7a01342c726ce (patch)
treef7ade0b507ad4797f4c02276d4ddd48e611c6e1b
parenta979c86e9e0788c631c59fcc7a474070860f49e0 (diff)
downloadterminalimageviewer-git-eb84b856862f7c3664ef3363a6f7a01342c726ce.tar.xz
terminalimageviewer-git-eb84b856862f7c3664ef3363a6f7a01342c726ce.zip
add imagemagick dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95b80f6..6ca7356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = terminalimageviewer
arch = x86_64
license = Apache
makedepends = git
+ makedepends = imagemagick
provides = TerminalImageViewer
provides = tiv
conflicts = TerminalImageViewer
diff --git a/PKGBUILD b/PKGBUILD
index a86d7a3..ab012b4 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")