From cbccb5ec0f27bb8a020f736403305fa5028dd105 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Mon, 23 May 2016 10:41:59 +0000 Subject: [PATCH] Update PKGBUILD --- pkgbuild/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index 726b699..ea1eb46 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -6,7 +6,8 @@ pkgdesc="Set of scripts to optimize the daily work in linux shell" arch=('any') url="http://proyecto.jkanetwork.com" license=('GPL3') -depends=('p7zip' 'unrar' 'unzip') +depends=('p7zip' 'unrar' 'unzip' 'facter') +provides=('jkazip' 'apw') options=(!emptydirs) install=$pkgname.install source=(https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit.tar.gz)