summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenGi2018-02-19 06:06:50 +0100
committerXenGi2018-02-19 06:06:50 +0100
commit7180805804b8981621cdb6d3287edec719d62feb (patch)
tree74f170677c190def42a778527a38b145c5829efb
parent26d00c43c1a3956bf5fcadf845ab1ad08218de76 (diff)
downloadaur-7180805804b8981621cdb6d3287edec719d62feb.tar.gz
added missing make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdb730d586c..1dcce43d9809 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = img2xterm
pkgdesc = Displays images on your 256-color terminal with Unicode block characters
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rossy/img2xterm
arch = any
license = CC0
+ makedepends = help2man
depends = imagemagick
depends = ncurses
optdepends = gimp: palette containing the upper 240 colours used in xterm
diff --git a/PKGBUILD b/PKGBUILD
index cbd23327a0d4..fd5779935157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=img2xterm
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Displays images on your 256-color terminal with Unicode block characters"
arch=(any)
url="https://github.com/rossy/img2xterm"
license=('CC0')
+makedepends=('help2man')
depends=('imagemagick' 'ncurses')
optdepends=('gimp: palette containing the upper 240 colours used in xterm')
options=(!emptydirs)