From 0d507a8617e109eac065ee4b13dac176c3657be2 Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 6 Mar 2016 18:59:41 +0300 Subject: [PATCH] add proper deps Signed-off-by: fbt --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9cbd1a7..4e9a814 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" )