summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c95a62ee076..340826ade86a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = wgroute
pkgdesc = A tiny script to use if you want to route all of your packets through WireGuard without wg-quick
pkgver = 1.0.1
pkgrel = 1
- url = https://github.com/RONTheCookie/wgroute
+ url = https://github.com/ckiee/wgroute
arch = any
license = MIT
makedepends = make
depends = iproute2
depends = wireguard-tools
- source = wgroute-1.0.1.tar.gz::https://github.com/RONTheCookie/wgroute/archive/1.0.1.tar.gz
+ source = wgroute-1.0.1.tar.gz::https://github.com/ckiee/wgroute/archive/1.0.1.tar.gz
sha256sums = e9d65aaa36560dd21f552b9755552a079e8e7c6118a75629dd7f430b53a387eb
pkgname = wgroute
diff --git a/PKGBUILD b/PKGBUILD
index 68824adaf408..d8c94c13aa3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgver=1.0.1
pkgrel=1
pkgdesc="A tiny script to use if you want to route all of your packets through WireGuard without wg-quick"
arch=('any')
-url="https://github.com/RONTheCookie/wgroute"
+url="https://github.com/ckiee/wgroute"
license=('MIT')
depends=('iproute2' 'wireguard-tools')
makedepends=('make')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/RONTheCookie/wgroute/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ckiee/wgroute/archive/$pkgver.tar.gz")
sha256sums=('e9d65aaa36560dd21f552b9755552a079e8e7c6118a75629dd7f430b53a387eb')
package() {