summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Schiffer2023-09-19 17:33:43 +0200
committerMatthias Schiffer2023-09-19 17:33:43 +0200
commit438a69440cd41c2e24e82612482a40b367883e1c (patch)
tree2cd89da6591913e5fbdd73040e65a6cf4ca8d2ec /PKGBUILD
parent519c30c51a576d83b099a4fa1bfa0b8f1d8be841 (diff)
downloadaur-fastd-git.tar.gz
Update repository URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"