summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2019-06-08 16:22:01 +0700
committerCharles DELFLY2019-06-08 16:22:01 +0700
commitbfb80722ecfe0499705c9485101e767a87114369 (patch)
tree5d6564acc545ac477610168bee5463f25626456b
parent1a49a6e4dee603522c1c723dbb69398219db13af (diff)
downloadaur-bfb80722ecfe0499705c9485101e767a87114369.tar.gz
Update to version 0.7.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e103786cc2a7..086c8061e3a1 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.7.3.1
+ pkgver = 0.7.4
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.7.3.1
+ source = git+https://github.com/theinvisible/openfortigui.git#commit=3f3143ffeeba8671320ac286de64dcfef47820c7
md5sums = SKIP
pkgname = openfortigui
diff --git a/PKGBUILD b/PKGBUILD
index adbed2fa3999..655a38c28237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.7.3.1
+pkgver=0.7.4
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')
@@ -14,7 +14,8 @@ conflicts=()
replaces=()
options=()
install=
-source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver")
+#source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver")
+source=("git+https://github.com/theinvisible/$pkgname.git#commit=3f3143ffeeba8671320ac286de64dcfef47820c7")
noextract=()
md5sums=('SKIP')