diff options
author | neodarz <neodarz@neodarz.net> | 2018-04-02 15:51:05 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-04-02 15:51:05 +0200 |
commit | dd9cfef253b1bca9af283ff2bad450996a61c2ea (patch) | |
tree | 5e9b27bd8e420846097c0da3098947807bafe6a8 | |
parent | eb84b856862f7c3664ef3363a6f7a01342c726ce (diff) | |
download | terminalimageviewer-git-dd9cfef253b1bca9af283ff2bad450996a61c2ea.tar.xz terminalimageviewer-git-dd9cfef253b1bca9af283ff2bad450996a61c2ea.zip |
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,8 @@ pkgbase = terminalimageviewer arch = x86_64 license = Apache makedepends = git + makedepends = make + makedepends = gcc makedepends = imagemagick provides = TerminalImageViewer provides = tiv @@ -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 imagemagick) +makedepends=(git make gcc imagemagick) provides=("$_pkgname" "tiv") conflicts=("$_pkgname" "tiv") source=("$pkgname"::"git+https://github.com/stefanhaustein/$_pkgname.git") |