summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2018-07-20 12:23:51 +0700
committerCharles DELFLY2018-07-20 12:23:51 +0700
commitba289e5d2a2ad888c6f932c0086b0a4ef8a0a4b8 (patch)
tree4ec0e8236c3e9dfce7c9209cadd166bf2fe429b1
parent1487313f1d4afda36a916109d9429caa57d3195f (diff)
downloadaur-ba289e5d2a2ad888c6f932c0086b0a4ef8a0a4b8.tar.gz
Update to version 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe5ccabed8da..8981384d73ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openfortigui
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.
- pkgver = 0.6.2
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/theinvisible/openfortigui.git
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.6.2
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.7.
md5sums = SKIP
pkgname = openfortigui
diff --git a/PKGBUILD b/PKGBUILD
index cf018f6fc170..c2c38a6bf98c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7.0
+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"
@@ -29,7 +29,7 @@ build() {
git submodule update
cd ..
qmake
- make -j8
+ make -j4
}