summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordoboszsite2017-03-01 08:36:05 +0100
committerMarcin Dobosz2017-03-01 08:36:05 +0100
commit758a3d6748caffc64ea75a2ddeaf5d8006e50afd (patch)
tree8d8edecd804dece62b3ba331e64ef3df25c55ccb /PKGBUILD
parent499982bd838f0f44aa3a3bfdcb909c6e2e3c96b7 (diff)
downloadaur-hexdiff.tar.gz
added missing dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f930320d65f..9bba610107c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel=1
url="http://tboudet.free.fr/hexdiff/"
pkgdesc="Visual hexadecimal difference editor"
arch=('i686' 'x86_64')
+depends=('ncurses')
source=('http://tboudet.free.fr/hexdiff/hexdiff.tar.gz')
md5sums=('68dbf4c610f4fd1817401bcf6c671b71')
build() {