add license to PKGBUILD

This commit is contained in:
tadly
2020-07-24 10:50:42 +02:00
parent ab6713bb16
commit 71c9a5b9ee
2 changed files with 4 additions and 2 deletions

View File

@@ -1,13 +1,14 @@
pkgbase = parsec-bin pkgbase = parsec-bin
pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience
pkgver = 150_28 pkgver = 150_28
pkgrel = 2 pkgrel = 3
url = http://parsec.tv url = http://parsec.tv
arch = x86_64 arch = x86_64
arch = arm arch = arm
arch = armv6h arch = armv6h
arch = armv7h arch = armv7h
arch = aarch64 arch = aarch64
license = custom
depends = gcc-libs depends = gcc-libs
depends = libglvnd depends = libglvnd
depends = libxext depends = libxext

View File

@@ -2,9 +2,10 @@
pkgname=parsec-bin pkgname=parsec-bin
pkgver=150_28 pkgver=150_28
pkgrel=2 pkgrel=3
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience' pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
url='http://parsec.tv' url='http://parsec.tv'
license=('custom')
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
provides=('parsec') provides=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb') depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb')