summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2018-10-17 07:36:46 +0700
committerCharles DELFLY2018-10-17 07:36:46 +0700
commitde0350da4ba16a8d599b2d17de97880498d0aafb (patch)
tree33397a7b30ff9770afc6618aa0ea4c23f7a3c567
parent54403a3cce3686d06eb46eeb3da6996b9f58d914 (diff)
downloadaur-de0350da4ba16a8d599b2d17de97880498d0aafb.tar.gz
Update to version 0.7.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e107ea6ef3..71534e538e48 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.1
+ pkgver = 0.7.2
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#commit=6ed9c389a1e3ec90539a5854ff90e8f5abe0e666
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.7.2
md5sums = SKIP
pkgname = openfortigui
diff --git a/PKGBUILD b/PKGBUILD
index 5773eac60be2..2a769e0bcfaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.7.1
+pkgver=0.7.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')
@@ -14,8 +14,7 @@ conflicts=()
replaces=()
options=()
install=
-#source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver")
-source=("git+https://github.com/theinvisible/$pkgname.git#commit=6ed9c389a1e3ec90539a5854ff90e8f5abe0e666")
+source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver")
noextract=()
md5sums=('SKIP')