summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2021-02-21 05:19:41 +0700
committerCharles DELFLY2021-02-21 05:19:41 +0700
commit368862ccbd1f86907b4a1fafbd4db067e148703c (patch)
tree364819d835a118065662b0206d1f08fdad0074f4
parent31b9186cd18967eb2f0b13a1a685ab40fecb2937 (diff)
downloadaur-368862ccbd1f86907b4a1fafbd4db067e148703c.tar.gz
Update to version 0.9.3-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5119411a1969..3acb6c980381 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.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theinvisible/openfortigui.git
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a61aed213727..2e37bee7da2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
pkgver=0.9.3
-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"
@@ -29,7 +29,6 @@ prepare() {
build() {
cd "$srcdir/$pkgname"
- make clean
qmake
make
}