diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-08-08 11:08:03 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-08-08 11:08:03 -0400 |
commit | 80501da80ac591019e287d09a778081d80b4a4ac (patch) | |
tree | aca5b90578dd82cb9b70189c5989fcb5c313c398 /pcr/pgl/PKGBUILD | |
parent | da0a000c9cac67dc933b98bb07a4c75b9db70774 (diff) | |
download | abslibre-80501da80ac591019e287d09a778081d80b4a4ac.tar.gz abslibre-80501da80ac591019e287d09a778081d80b4a4ac.tar.bz2 abslibre-80501da80ac591019e287d09a778081d80b4a4ac.zip |
pgl fixes
Diffstat (limited to 'pcr/pgl/PKGBUILD')
-rw-r--r-- | pcr/pgl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/pgl/PKGBUILD b/pcr/pgl/PKGBUILD index 23ae2f374..6b2191321 100644 --- a/pcr/pgl/PKGBUILD +++ b/pcr/pgl/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc='A privacy oriented firewall application (GUI).' arch=('i686' 'x86_64') url='http://sourceforge.net/projects/peerguardian/' license=('GPL3') -depends=('bash' 'systemd' 'dbus' 'coreutils' 'procps-ng' 'logrotate' 'wget' 'iptables' 'libnetfilter_queue' 'qt4' 'polkit-qt4' 'whois' 'gksudo') +depends=('bash' 'systemd' 'dbus' 'coreutils' 'procps-ng' 'logrotate' 'wget' 'iptables' 'libnetfilter_queue' 'qt4' 'polkit-qt4' 'whois' 'gksu') optdepends=('unzip: for zipped blocklists' 'p7zip: for 7z blocklists' 'net-tools: to whitelist local IP addresses' |