correct license
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = nordvpn-gui
|
||||
pkgrel = 1
|
||||
url = https://nordvpn.com
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
license = Proprietary
|
||||
depends = nordvpn
|
||||
options = !debug
|
||||
source = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn-gui/nordvpn-gui_1.0.0_amd64.deb
|
||||
|
||||
3
PKGBUILD
3
PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
|
||||
arch=('x86_64')
|
||||
pkgdesc='GUI for NordVPN'
|
||||
url='https://nordvpn.com'
|
||||
license=('GPL-2.0-or-later')
|
||||
license=('Proprietary')
|
||||
depends=('nordvpn')
|
||||
options=('!debug')
|
||||
source=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn-gui/nordvpn-gui_1.0.0_amd64.deb")
|
||||
@@ -13,7 +13,6 @@ sha256sums=('25303dac58d53a48314aab371761c5112d0670ac8b967219afc0e7813ac76b14')
|
||||
prepare() {
|
||||
ar xv nordvpn-gui_1.0.0_amd64.deb
|
||||
tar -xvzf data.tar.gz
|
||||
|
||||
}
|
||||
package() {
|
||||
cp -rf $srcdir/opt $pkgdir/opt
|
||||
|
||||
Reference in New Issue
Block a user