Fix aarch64, remove dependency on wireguard-arch as it is in default kernel
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,12 +1,13 @@
|
|||||||
pkgbase = nordvpn-bin
|
pkgbase = nordvpn-bin
|
||||||
pkgdesc = NordVPN CLI tool for Linux
|
pkgdesc = NordVPN CLI tool for Linux
|
||||||
pkgver = 3.7.2
|
pkgver = 3.7.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://nordvpn.com/download/linux/
|
url = https://nordvpn.com/download/linux/
|
||||||
install = nordvpn-bin.install
|
install = nordvpn-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
|
arch = aarch64
|
||||||
license = custom
|
license = custom
|
||||||
depends = libxslt
|
depends = libxslt
|
||||||
depends = iptables
|
depends = iptables
|
||||||
@@ -15,7 +16,6 @@ pkgbase = nordvpn-bin
|
|||||||
depends = ipset
|
depends = ipset
|
||||||
depends = ca-certificates
|
depends = ca-certificates
|
||||||
optdepends = wireguard-tools: nordlynx support
|
optdepends = wireguard-tools: nordlynx support
|
||||||
optdepends = wireguard-arch: nordlynx support
|
|
||||||
provides = nordvpn
|
provides = nordvpn
|
||||||
conflicts = openvpn-nordvpn
|
conflicts = openvpn-nordvpn
|
||||||
source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.7.2_amd64.deb
|
source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.7.2_amd64.deb
|
||||||
@@ -24,6 +24,8 @@ pkgbase = nordvpn-bin
|
|||||||
sha256sums_i686 = 90e05a7b3838c2bce8e81700bd1473982907b025aa2e791c8f47314d315ba14a
|
sha256sums_i686 = 90e05a7b3838c2bce8e81700bd1473982907b025aa2e791c8f47314d315ba14a
|
||||||
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.7.2_armhf.deb
|
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.7.2_armhf.deb
|
||||||
sha256sums_armv7h = 8332fb019c4d0bb79460ded40899ccdcf720e5e851c3de9ff406f9faff0b037d
|
sha256sums_armv7h = 8332fb019c4d0bb79460ded40899ccdcf720e5e851c3de9ff406f9faff0b037d
|
||||||
|
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.7.2_arm64.deb
|
||||||
|
sha256sums_aarch64 = bc87e5c1e7ee20eb3a10e6774522db03e40b7537bbbf148b14bf077ae42a98d4
|
||||||
|
|
||||||
pkgname = nordvpn-bin
|
pkgname = nordvpn-bin
|
||||||
|
|
||||||
|
|||||||
7
PKGBUILD
7
PKGBUILD
@@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
pkgname=nordvpn-bin
|
pkgname=nordvpn-bin
|
||||||
pkgver=3.7.2
|
pkgver=3.7.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="NordVPN CLI tool for Linux"
|
pkgdesc="NordVPN CLI tool for Linux"
|
||||||
arch=('x86_64' 'i686' 'armv7h')
|
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
|
||||||
url="https://nordvpn.com/download/linux/"
|
url="https://nordvpn.com/download/linux/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('libxslt' 'iptables' 'procps' 'iproute2' 'ipset' 'ca-certificates')
|
depends=('libxslt' 'iptables' 'procps' 'iproute2' 'ipset' 'ca-certificates')
|
||||||
optdepends=('wireguard-tools: nordlynx support' 'wireguard-arch: nordlynx support')
|
optdepends=('wireguard-tools: nordlynx support')
|
||||||
provides=('nordvpn')
|
provides=('nordvpn')
|
||||||
conflicts=('openvpn-nordvpn')
|
conflicts=('openvpn-nordvpn')
|
||||||
install=nordvpn-bin.install
|
install=nordvpn-bin.install
|
||||||
@@ -21,6 +21,7 @@ source_aarch64=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_$
|
|||||||
sha256sums_x86_64=('fceb746028ea28825018e6f9b679a48f8c5411d9fb22af98ba883c98095f8acd')
|
sha256sums_x86_64=('fceb746028ea28825018e6f9b679a48f8c5411d9fb22af98ba883c98095f8acd')
|
||||||
sha256sums_i686=('90e05a7b3838c2bce8e81700bd1473982907b025aa2e791c8f47314d315ba14a')
|
sha256sums_i686=('90e05a7b3838c2bce8e81700bd1473982907b025aa2e791c8f47314d315ba14a')
|
||||||
sha256sums_armv7h=('8332fb019c4d0bb79460ded40899ccdcf720e5e851c3de9ff406f9faff0b037d')
|
sha256sums_armv7h=('8332fb019c4d0bb79460ded40899ccdcf720e5e851c3de9ff406f9faff0b037d')
|
||||||
|
sha256sums_aarch64=('bc87e5c1e7ee20eb3a10e6774522db03e40b7537bbbf148b14bf077ae42a98d4')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
bsdtar -O -xf *.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
|
bsdtar -O -xf *.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
|
||||||
|
|||||||
Reference in New Issue
Block a user