fix
This commit is contained in:
parent
2f9ed86828
commit
4f4519f91a
3
.SRCINFO
3
.SRCINFO
@ -1,11 +1,12 @@
|
||||
pkgbase = amneziawg-tools
|
||||
pkgdesc = AmneziaWG is a contemporary version of the popular VPN protocol, WireGuard.
|
||||
pkgver = 1.0.20240213
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/amnezia-vpn/amneziawg-tools
|
||||
arch = x86_64
|
||||
license = GPL-2.0
|
||||
depends = bash
|
||||
depends = resolvconf
|
||||
optdepends = amneziawg-go: go implementation of amneziawg
|
||||
source = amneziawg-tools-1.0.20240213.tar.gz::https://github.com/amnezia-vpn/amneziawg-tools/archive/refs/tags/v1.0.20240213.tar.gz
|
||||
sha512sums = 088448e641256364edb0369b3f23fbfb165a692e4a56e4a8a90cd1812977d70d7bb47f4d5928d167eea035bb5ea1a19372d01919bf8c997167687b7bb3e3d6f5
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -5,9 +5,9 @@ pkgdesc="AmneziaWG is a contemporary version of the popular VPN protocol, WireGu
|
||||
url="https://github.com/amnezia-vpn/amneziawg-tools"
|
||||
arch=("x86_64")
|
||||
pkgver=1.0.20240213
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
license=('GPL-2.0')
|
||||
depends=('bash')
|
||||
depends=('bash' 'resolvconf')
|
||||
optdepends=('amneziawg-go: go implementation of amneziawg')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/amnezia-vpn/amneziawg-tools/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha512sums=('088448e641256364edb0369b3f23fbfb165a692e4a56e4a8a90cd1812977d70d7bb47f4d5928d167eea035bb5ea1a19372d01919bf8c997167687b7bb3e3d6f5')
|
||||
|
Loading…
Reference in New Issue
Block a user