summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2020-09-02 12:34:56 +0700
committerCharles DELFLY2020-09-02 12:34:56 +0700
commit35b08e66e2db65904ab70665002a43663671c736 (patch)
treec1a9c7ea77a804c85ff7cf6560dbbbce444d5add
parentc8e7df665f8ae9a086365f6502f0b07d39d4d216 (diff)
downloadaur-35b08e66e2db65904ab70665002a43663671c736.tar.gz
Update to version 0.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--user-env.patch2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c464f3d1337..bc6244c4ed1a 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.9.0
- pkgrel = 2
+ pkgver = 0.9.2
+ pkgrel = 1
url = https://github.com/theinvisible/openfortigui.git
arch = i686
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.0-3
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.2
source = user-env.patch
md5sums = SKIP
- md5sums = e240e160ab4400ad78498dcf78540ef2
+ md5sums = 7f1e96dea4ce324b59b8190640f22c43
pkgname = openfortigui
diff --git a/PKGBUILD b/PKGBUILD
index 99fc51623ea8..e842eaaaa5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.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' 'qtkeychain' 'qt5-translations' 'openssl' 'ppp' 'sudo')
-makedepends=('git') # 'bzr', 'git', 'mercurial' or 'subversion'
+makedepends=('git')
provides=()
conflicts=()
replaces=()
options=()
install=
-source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver-3" "user-env.patch")
+source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver" "user-env.patch")
noextract=()
-md5sums=('SKIP' 'e240e160ab4400ad78498dcf78540ef2')
+md5sums=('SKIP' '7f1e96dea4ce324b59b8190640f22c43')
prepare() {
cd "$srcdir/$pkgname"
@@ -46,4 +46,4 @@ package() {
install -m 440 sudo/openfortigui $pkgdir/etc/sudoers.d
install -m 644 app-entry/openfortigui.png $pkgdir/usr/share/pixmaps/
install -m 644 app-entry/openfortigui.desktop $pkgdir/usr/share/applications/
-} \ No newline at end of file
+}
diff --git a/user-env.patch b/user-env.patch
index f20673f10768..090801ceb077 100644
--- a/user-env.patch
+++ b/user-env.patch
@@ -7,7 +7,7 @@ index 41b98d4..16a07a8 100644
Comment=GUI for openfortivpn
Icon=/usr/share/pixmaps/openfortigui.png
-Exec=/usr/bin/openfortigui
-+Exec=/usr/bin/sudo /usr/bin/openfortigui
++Exec=openfortigui
Terminal=false
Categories=Network;Application;
diff --git a/openfortigui/sudo/openfortigui b/openfortigui/sudo/openfortigui