summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorphire2022-11-12 01:20:36 +0100
committerphire2022-11-12 01:20:53 +0100
commit0d15e2ef544cb15730792819debfc307aa60f9c6 (patch)
tree2531375fea8930d9b143fc8adf7844503439be5b /PKGBUILD
parent92087d93cbd39aa5915ca7ba30c8cc62c849a989 (diff)
downloadaur-0d15e2ef544cb15730792819debfc307aa60f9c6.tar.gz
move source to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bcf53127e6f..f45f4296674f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: phire <me@phire.cc>
pkgname=wgnord
pkgver=0.1.10
-pkgrel=1
+pkgrel=2
pkgdesc="A NordVPN Wireguard (\"NordLynx\") client in POSIX shell"
arch=('any')
-url="https://git.phire.cc/wgnord"
+url="https://github.com/phirecc/wgnord"
depends=('jq' 'curl' 'wireguard-tools' 'openresolv')
-source=("https://git.phire.cc/$pkgname/snapshot/$pkgname-$pkgver.tar.gz")
-md5sums=("3d84a9e8d3d7233c4a6fa03266355f00")
+source=("$url/archive/refs/tags/$pkgver.tar.gz")
+md5sums=("5153dcc43e828ef5ffca4769c6ce545d")
backup=(var/lib/wgnord/template.conf)
package() {