summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2024-02-08 13:30:43 +0100
committerCharles DELFLY2024-02-08 13:30:43 +0100
commitf9b92e386792b2eaf9ee51c5468e7409fd946a01 (patch)
treef80c884ecf7f102c2da6878e64d3cfa2486cec7b
parent8649ee7409feb2f98fb6508544976887fc2d0af8 (diff)
downloadaur-f9b92e386792b2eaf9ee51c5468e7409fd946a01.tar.gz
Fix fetch url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57e2265fe41c..92f7c997291d 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.9
- pkgrel = 2
+ pkgrel = 3
url = https://hadler.me/linux/openfortigui/
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.9-2
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.9-1
source = user-env.patch
md5sums = SKIP
md5sums = 7f1e96dea4ce324b59b8190640f22c43
diff --git a/PKGBUILD b/PKGBUILD
index cead428766ec..a54184d7a124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
pkgver=0.9.9
-pkgrel=2
+pkgrel=3
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://hadler.me/linux/openfortigui/"
@@ -14,7 +14,7 @@ conflicts=()
replaces=()
options=()
install=
-source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver-$pkgrel" "user-env.patch")
+source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver-1" "user-env.patch")
noextract=()
md5sums=('SKIP' '7f1e96dea4ce324b59b8190640f22c43')