Package Details: dsnet-git 0.7.3.r0.gc7096d1-1

Git Clone URL: https://aur.archlinux.org/dsnet-git.git (read-only, click to copy)
Package Base: dsnet-git
Description: Simple command to manage a centralised wireguard VPN.
Upstream URL: https://github.com/naggie/dsnet
Licenses: MIT
Conflicts: dsnet
Provides: dsnet
Submitter: fkoehler
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 1
Popularity: 0.000000
First Submitted: 2021-04-07 10:31 (UTC)
Last Updated: 2022-10-24 18:32 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

serxxx commented on 2022-08-04 19:31 (UTC)

Upstream re-arranged the directory structure. To get this to build, apply this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 6514936..1657839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 pkgname=dsnet-git
 _pkgname=${pkgname%-git}
-pkgver=0.6.r1.gaeedee0
+pkgver=0.6.r33.g226c61a
 pkgrel=1
 pkgdesc="Simple command to manage a centralised wireguard VPN."
 arch=(any)
@@ -37,7 +37,7 @@ build() {
         -ldflags "-linkmode external -extldflags ${LDFLAGS}" \
         -buildmode=pie \
         -o dsnet \
-        ./cmd/dsnet.go
+        ./cmd
 }

 package() {