summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2024-01-02 09:35:46 +0100
committerCharles DELFLY2024-01-02 09:35:46 +0100
commit60606245ee31aabe30db1f2bc8924e1213800bd1 (patch)
treefe977221b083b08e3f77e2c4930e59ea86fcd615
parentcc1a53c06f928a4ab53c24dafcbe2edfdd7c1ef3 (diff)
downloadaur-60606245ee31aabe30db1f2bc8924e1213800bd1.tar.gz
Update version to 0.9.9
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08bdf0e9c4c3..4bfde7664b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,22 @@
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.8
+ pkgver = 0.9.9
pkgrel = 1
url = https://github.com/theinvisible/openfortigui.git
arch = i686
arch = x86_64
license = GPL3
+ makedepends = gcc
makedepends = git
+ makedepends = make
+ makedepends = patch
depends = qt5-base
depends = qtkeychain
depends = qt5-translations
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.8-1
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.9-1
source = user-env.patch
md5sums = SKIP
md5sums = 7f1e96dea4ce324b59b8190640f22c43
diff --git a/PKGBUILD b/PKGBUILD
index 60befcb8dffc..314196284838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.9.8
+pkgver=0.9.9
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')