summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz2018-04-02 15:51:05 +0200
committerneodarz2018-04-02 15:51:05 +0200
commitdd9cfef253b1bca9af283ff2bad450996a61c2ea (patch)
tree5e9b27bd8e420846097c0da3098947807bafe6a8 /PKGBUILD
parenteb84b856862f7c3664ef3363a6f7a01342c726ce (diff)
downloadaur-dd9cfef253b1bca9af283ff2bad450996a61c2ea.tar.gz
Add make and gcc as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab012b400c13..187b3d2d9f58 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 imagemagick)
+makedepends=(git make gcc imagemagick)
provides=("$_pkgname" "tiv")
conflicts=("$_pkgname" "tiv")
source=("$pkgname"::"git+https://github.com/stefanhaustein/$_pkgname.git")