summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorflu0r1ne2023-11-21 23:56:16 -0600
committerflu0r1ne2023-11-21 23:56:16 -0600
commit3f3d62fc1faa6ac54019db427ea8b608e2406007 (patch)
treeb6fe401e6519e67eca92eae06eec01835e64e3ca /PKGBUILD
parentdcac60efee638cfaff7b8e566fa2da7d20553c05 (diff)
downloadaur-wg2nd.tar.gz
Remove .git from source, causing failing downloads
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebbb25114d27..0fea1cfb5954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=wg2nd
pkgver=0.2.0
_pkgver=v$pkgver
-pkgrel=1
+pkgrel=2
pkgdesc="A utility to convert WireGuard configurations from wg-quick(8) format into systemd-networkd compatible configurations."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') # Adjust architecture as necessary
url="https://www.git.flu0r1ne.net/wg2nd/about/"
license=('MIT' 'GPL')
depends=('libcap')
makedepends=('make' 'gcc')
-source=("git+git://git.flu0r1ne.net/wg2nd.git#tag=$_pkgver")
+source=("git+git://git.flu0r1ne.net/wg2nd#tag=$_pkgver")
sha256sums=('SKIP') # Skipping the checksum since we're pulling directly from git
build() {