summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)