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" )