Fix to depends

This commit is contained in:
David Mott 2017-03-07 05:55:39 -06:00
parent bae2b9d735
commit 0b72a20685

View File

@ -12,7 +12,7 @@ pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
url="http://invisible-island.net/dialog/"
license=('LGPL2.1')
depends=('sh' 'ncurses')
depends=('sh' 'ncurses-devel')
provides=('libdialog.so')
source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
sha256sums=('453095abaec288bfbc1ca9faced917e17742cff1ea45ec46210071ac153562f9')