summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2022-11-25 17:04:58 +0700
committerCharles DELFLY2022-11-25 17:04:58 +0700
commitcc1a53c06f928a4ab53c24dafcbe2edfdd7c1ef3 (patch)
tree26673b96ea6f1f2f159c46702e4887948a6aa5cf
parente0d3f9c2548f894424f802eb04311738b13d80c1 (diff)
downloadaur-cc1a53c06f928a4ab53c24dafcbe2edfdd7c1ef3.tar.gz
Update to version 0.9.8-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d355b077804e..08bdf0e9c4c3 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.6
+ pkgver = 0.9.8
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.6
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.8-1
source = user-env.patch
md5sums = SKIP
md5sums = 7f1e96dea4ce324b59b8190640f22c43
diff --git a/PKGBUILD b/PKGBUILD
index 5faf16fbb41d..60befcb8dffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.9.6
+pkgver=0.9.8
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')
@@ -8,13 +8,13 @@ url="https://github.com/theinvisible/openfortigui.git"
license=('GPL3')
groups=()
depends=('qt5-base' 'qtkeychain' 'qt5-translations' 'openssl' 'ppp' 'sudo')
-makedepends=('git')
+makedepends=('gcc' 'git' 'make' 'patch')
provides=()
conflicts=()
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#tag=v$pkgver-$pkgrel" "user-env.patch")
noextract=()
md5sums=('SKIP' '7f1e96dea4ce324b59b8190640f22c43')