summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2024-02-08 09:41:29 +0100
committerCharles DELFLY2024-02-08 09:41:29 +0100
commit8649ee7409feb2f98fb6508544976887fc2d0af8 (patch)
tree9e6ab75d78081e7fe641a82f357145420be1d166
parent60606245ee31aabe30db1f2bc8924e1213800bd1 (diff)
downloadaur-8649ee7409feb2f98fb6508544976887fc2d0af8.tar.gz
Update upstream url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bfde7664b48..57e2265fe41c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.9
- pkgrel = 1
- url = https://github.com/theinvisible/openfortigui.git
+ pkgrel = 2
+ url = https://hadler.me/linux/openfortigui/
arch = i686
arch = x86_64
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.9-1
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.9-2
source = user-env.patch
md5sums = SKIP
md5sums = 7f1e96dea4ce324b59b8190640f22c43
diff --git a/PKGBUILD b/PKGBUILD
index 314196284838..cead428766ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
pkgver=0.9.9
-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"
+url="https://hadler.me/linux/openfortigui/"
license=('GPL3')
groups=()
depends=('qt5-base' 'qtkeychain' 'qt5-translations' 'openssl' 'ppp' 'sudo')