diff options
author | neodarz <neodarz@neodarz.net> | 2018-01-07 04:47:41 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-01-07 04:47:41 +0100 |
commit | eb84b856862f7c3664ef3363a6f7a01342c726ce (patch) | |
tree | f7ade0b507ad4797f4c02276d4ddd48e611c6e1b | |
parent | a979c86e9e0788c631c59fcc7a474070860f49e0 (diff) | |
download | terminalimageviewer-git-eb84b856862f7c3664ef3363a6f7a01342c726ce.tar.xz terminalimageviewer-git-eb84b856862f7c3664ef3363a6f7a01342c726ce.zip |
add imagemagick dependency
Diffstat (limited to '')
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ pkgbase = terminalimageviewer arch = x86_64 license = Apache makedepends = git + makedepends = imagemagick provides = TerminalImageViewer provides = tiv conflicts = TerminalImageViewer @@ -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") |