summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer2023-09-19 17:33:43 +0200
committerMatthias Schiffer2023-09-19 17:33:43 +0200
commit438a69440cd41c2e24e82612482a40b367883e1c (patch)
tree2cd89da6591913e5fbdd73040e65a6cf4ca8d2ec
parent519c30c51a576d83b099a4fa1bfa0b8f1d8be841 (diff)
downloadaur-438a69440cd41c2e24e82612482a40b367883e1c.tar.gz
Update repository URL
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22aff9104e65..d18249d30387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fastd-git
pkgdesc = Fast and secure tunneling daemon (git version)
- pkgver = 21.35.g6d7799c762e0
+ pkgver = 22.13.g2456f767edc6
pkgrel = 1
- url = https://github.com/NeoRaider/fastd/
+ url = https://github.com/neocturne/fastd/
arch = x86_64
license = BSD
makedepends = meson
@@ -14,8 +14,7 @@ pkgbase = fastd-git
depends = libmnl
provides = fastd
conflicts = fastd
- source = git+https://github.com/NeoRaider/fastd.git
+ source = git+https://github.com/neocturne/fastd.git
sha512sums = SKIP
pkgname = fastd-git
-
diff --git a/PKGBUILD b/PKGBUILD
index cc5184c193c1..461114e8ba26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: NeoRaider <mschiffer@universe-factory.net>
+# Maintainer: neocturne <mschiffer@universe-factory.net>
pkgname=fastd-git
arch=("x86_64")
-pkgver=21.35.g6d7799c762e0
+pkgver=22.13.g2456f767edc6
pkgrel=1
pkgdesc="Fast and secure tunneling daemon (git version)"
makedepends=('meson')
depends=('libcap' 'libuecc>=6' 'libsodium' 'json-c' 'openssl' 'libmnl')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-url="https://github.com/NeoRaider/fastd/"
+url="https://github.com/neocturne/fastd/"
license=('BSD')
-source=("git+https://github.com/NeoRaider/fastd.git")
+source=("git+https://github.com/neocturne/fastd.git")
sha512sums=('SKIP')
_gitname="fastd"