summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharles DELFLY2020-03-08 16:14:10 +0700
committerCharles DELFLY2020-03-08 16:14:10 +0700
commit0acb132bdaf94bcc19d4e278149d2985c357ade9 (patch)
tree90ff2d4013dab48b1ffe8fdfbb1c338f14dfae44 /PKGBUILD
parenteb08c0e4d610ea5167a2ec61f99428bb3a892172 (diff)
downloadaur-0acb132bdaf94bcc19d4e278149d2985c357ade9.tar.gz
Update to version 0.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
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() {