summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2018-06-23 15:01:23 +0700
committerCharles DELFLY2018-06-23 15:01:23 +0700
commit0eaea9727c9e989c930d59a9ace5e093bc84c706 (patch)
tree49fb2d502a3458c5c1d65f978885b97f63bf3ab6
parente8f1554c62d9dfd6219824041668a53da39e31e2 (diff)
downloadaur-0eaea9727c9e989c930d59a9ace5e093bc84c706.tar.gz
Update to version 0.6.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b885e8838ec1..7d9403e7ea22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.4.2
+pkgver=0.6.2
pkgrel=1
pkgdesc="OpenFortiGUI is an open-source VPN-Client to connect to Fortigate VPN-Hardware. It is based on openfortivpn and adds an easy to use and nice GUI on top of it, written in Qt5."
arch=('i686' 'x86_64')
url="https://github.com/theinvisible/openfortigui.git"
license=('GPL3')
groups=()
-depends=('qt5-base' 'openssl' 'ppp' 'sudo')
+depends=('qt5-base' 'qtkeychain' 'qt5-translations' 'openssl' 'ppp' 'sudo')
makedepends=('git') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=()
conflicts=()