diff --git a/.SRCINFO b/.SRCINFO index 2b49f8a..3bd9248 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = amneziawg-tools pkgrel = 1 url = https://github.com/amnezia-vpn/amneziawg-tools arch = x86_64 - license = GPL + license = GPL-2.0 depends = bash depends = amneziawg-go provides = wireguard-tools diff --git a/PKGBUILD b/PKGBUILD index 181564d..b99232f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Vladislav Minakov pkgname=amneziawg-tools -pkgdesc="AmneziaWG is a contemporary version of the popular VPN protocol, WireGuard. " +pkgdesc="AmneziaWG is a contemporary version of the popular VPN protocol, WireGuard." url="https://github.com/amnezia-vpn/amneziawg-tools" arch=("x86_64") pkgver=1.0.20240213 pkgrel=1 -license=('GPL') +license=('GPL-2.0') depends=('bash' 'amneziawg-go') source=("$pkgname-$pkgver.tar.gz::https://github.com/amnezia-vpn/amneziawg-tools/archive/refs/tags/v${pkgver}.tar.gz") sha512sums=('088448e641256364edb0369b3f23fbfb165a692e4a56e4a8a90cd1812977d70d7bb47f4d5928d167eea035bb5ea1a19372d01919bf8c997167687b7bb3e3d6f5')