diff options
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") |