summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2020-03-08 16:14:10 +0700
committerCharles DELFLY2020-03-08 16:14:10 +0700
commit0acb132bdaf94bcc19d4e278149d2985c357ade9 (patch)
tree90ff2d4013dab48b1ffe8fdfbb1c338f14dfae44
parenteb08c0e4d610ea5167a2ec61f99428bb3a892172 (diff)
downloadaur-0acb132bdaf94bcc19d4e278149d2985c357ade9.tar.gz
Update to version 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb534f72e7c..a104aa9e5e5a 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.8.0
- pkgrel = 2
+ pkgver = 0.8.2
+ 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.8.0
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.8.2
source = user-env.patch
md5sums = SKIP
md5sums = be12ed116cb5a39c69e8f0da7ff67db7
diff --git a/PKGBUILD b/PKGBUILD
index 9041889c8647..58802d5bc195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.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"
@@ -15,7 +15,6 @@ replaces=()
options=()
install=
source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver" "user-env.patch")
-#source=("git+https://github.com/theinvisible/$pkgname.git#commit=3f3143ffeeba8671320ac286de64dcfef47820c7")
noextract=()
md5sums=('SKIP' 'be12ed116cb5a39c69e8f0da7ff67db7')
@@ -26,8 +25,6 @@ prepare() {
git submodule init
git submodule update
cd ..
- # patch from lightman to allows the client to run in the user environment (https://aur.archlinux.org/packages/openfortigui/#comment-701294)
- git apply ../user-env.patch
}
build() {