This commit is contained in:
Julius
2018-10-10 22:52:54 +02:00
parent 62c2200268
commit de834c9ed1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = nordvpn-bin
pkgdesc = NordVPN CLI tool for Linux
pkgver = 1.2.0
pkgrel = 1
pkgrel = 2
url = https://nordvpn.com/download/linux/
arch = x86_64
license = custom
@@ -10,7 +10,7 @@ pkgbase = nordvpn-bin
conflicts = openvpn-nordvpn
options = !strip
source = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_1.2.0_amd64.deb
sha256sums = e85d9739fdb8236682a844fa5bfbc8c02b5020f779a44e27ab0bc3d500959323
sha256sums = 82b11e8dd6e0810282be1322d291cef17a92658cf0438ef702f349370e1e3afa
pkgname = nordvpn-bin

View File

@@ -1,6 +1,6 @@
pkgname=nordvpn-bin
pkgver=1.2.0
pkgrel=1
pkgrel=2
pkgdesc="NordVPN CLI tool for Linux"
arch=('x86_64')
url="https://nordvpn.com/download/linux/"
@@ -10,7 +10,7 @@ options=('!strip')
provides=('nordvpn')
conflicts=('openvpn-nordvpn')
source=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${pkgver}_amd64.deb")
sha256sums=('e85d9739fdb8236682a844fa5bfbc8c02b5020f779a44e27ab0bc3d500959323')
sha256sums=('82b11e8dd6e0810282be1322d291cef17a92658cf0438ef702f349370e1e3afa')
package() {
bsdtar -O -xf "nordvpn_${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -