summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2018-06-29 15:38:22 +0700
committerCharles DELFLY2018-06-29 15:38:22 +0700
commit1487313f1d4afda36a916109d9429caa57d3195f (patch)
tree4c6951b67067bfd3637897f9e12bfc8b0e131690
parent7d2485d8fe63224f74f9bf025c063b0922bed707 (diff)
downloadaur-1487313f1d4afda36a916109d9429caa57d3195f.tar.gz
Remove qtinyaes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78040f927ee6..fe5ccabed8da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theinvisible/openfortigui.git
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.4.2
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.6.2
md5sums = SKIP
pkgname = openfortigui
diff --git a/PKGBUILD b/PKGBUILD
index 7d9403e7ea22..cf018f6fc170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
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')
url="https://github.com/theinvisible/openfortigui.git"
@@ -27,10 +27,7 @@ build() {
cd openfortigui
git submodule init
git submodule update
- cd qtinyaes
- git submodule init
- git submodule update
- cd ../..
+ cd ..
qmake
make -j8
}