diff options
Diffstat (limited to '')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |