add proper deps

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2016-03-06 18:59:41 +03:00
parent 1d5e353979
commit 0d507a8617
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
pkgname='ufw-tools'
pkgver='1.12.1'
pkgrel='1'
pkgrel='2'
pkgdesc='A set of tools for zerofiles.org (8fw.me)'
url="https://git.fleshless.org/$pkgname"
arch=( 'any' )
license=( 'ISC' )
depends=( 'bash' )
depends=( 'bash' 'jshon' 'curl' )
replaces=( 'zfh-tools' )
source=( "https://git.fleshless.org/$pkgname/snapshot/${pkgname}-${pkgver}.tar.gz" )