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)