summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2021-02-20 11:26:22 +0700
committerCharles DELFLY2021-02-20 11:26:22 +0700
commit31b9186cd18967eb2f0b13a1a685ab40fecb2937 (patch)
tree4cc52c92e2ddd0cb2876d6bd448253a0fa94fa9c
parent35b08e66e2db65904ab70665002a43663671c736 (diff)
downloadaur-31b9186cd18967eb2f0b13a1a685ab40fecb2937.tar.gz
Update to version 0.9.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc6244c4ed1a..5119411a1969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/theinvisible/openfortigui.git
arch = i686
@@ -13,7 +13,7 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.2
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.3
source = user-env.patch
md5sums = SKIP
md5sums = 7f1e96dea4ce324b59b8190640f22c43
diff --git a/PKGBUILD b/PKGBUILD
index e842eaaaa5d7..a61aed213727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.9.2
+pkgver=0.9.3
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')
@@ -24,11 +24,12 @@ prepare() {
git submodule init
git submodule update
cd ..
- patch -p1 < ../../user-env.patch
+ patch -p1 < ../user-env.patch
}
build() {
cd "$srcdir/$pkgname"
+ make clean
qmake
make
}