summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Poilrouge2022-05-15 18:38:14 +0200
committerAlex Poilrouge2022-05-15 18:38:14 +0200
commit8b3ad92b109e9876be39004efed1f16083d7555d (patch)
tree87b07f8022c00e6c8fd9f7fdff4c1dd332213468
parentf3dc1c7fdb48c693fa28f355460b94307ccceafd (diff)
downloadaur-gnome-shell-extension-nordvpn-connect-git.tar.gz
fixing github sdource in pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72fbe6d85476..a027182ebc0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-nordvpn-connect-git
pkgdesc = Unofficial Gnome-Shell Extension to provide a GUI for the official NordVPN CLI Tool.
pkgver = r194.a4cfe2c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AlexPoilrouge/NordVPN-connect
install = gnome-shell-extension-nordvpn-connect-git.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-nordvpn-connect-git
depends = gnome-shell>=3.36
depends = nordvpn-bin>=3.6
depends = systemd
- source = git://github.com/AlexPoilrouge/NordVPN-connect.git
+ source = git+https://github.com/AlexPoilrouge/NordVPN-connect.git
md5sums = SKIP
pkgname = gnome-shell-extension-nordvpn-connect-git
diff --git a/PKGBUILD b/PKGBUILD
index cdbbc8bde1a6..e9f4958086bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=NordVPN-Connect
pkgname=gnome-shell-extension-nordvpn-connect-git
pkgver=r194.a4cfe2c
-pkgrel=1
+pkgrel=2
pkgdesc="Unofficial Gnome-Shell Extension to provide a GUI for the official NordVPN CLI Tool."
arch=('any')
url="https://github.com/AlexPoilrouge/NordVPN-connect"
@@ -11,7 +11,7 @@ depends=('gnome-shell>=3.36' 'nordvpn-bin>=3.6' 'systemd')
makedepends=('git')
install=gnome-shell-extension-nordvpn-connect-git.install
source=(
- "git://github.com/AlexPoilrouge/NordVPN-connect.git"
+ "git+https://github.com/AlexPoilrouge/NordVPN-connect.git"
)
package() {