don't strip binaries
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
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_11
|
pkgver = 150_11
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://parsec.tv
|
url = http://parsec.tv
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = arm
|
arch = arm
|
||||||
@@ -14,6 +14,7 @@ pkgbase = parsec-bin
|
|||||||
depends = libxcb
|
depends = libxcb
|
||||||
optdepends = libva: For hardware accelerated decoding
|
optdepends = libva: For hardware accelerated decoding
|
||||||
provides = parsec
|
provides = parsec
|
||||||
|
options = !strip
|
||||||
source_x86_64 = https://builds.parsecgaming.com/package/parsec-linux.deb
|
source_x86_64 = https://builds.parsecgaming.com/package/parsec-linux.deb
|
||||||
sha256sums_x86_64 = 0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
|
sha256sums_x86_64 = 0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
|
||||||
source_arm = https://builds.parsecgaming.com/package/parsec-rpi.deb
|
source_arm = https://builds.parsecgaming.com/package/parsec-rpi.deb
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=parsec-bin
|
pkgname=parsec-bin
|
||||||
pkgver=150_11
|
pkgver=150_11
|
||||||
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'
|
||||||
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
@@ -25,6 +25,8 @@ sha256sums_armv7h=($sha256sums_arm)
|
|||||||
source_aarch64=($source_arm)
|
source_aarch64=($source_arm)
|
||||||
sha256sums_aarch64=($sha256sums_arm)
|
sha256sums_aarch64=($sha256sums_arm)
|
||||||
|
|
||||||
|
options=('!strip')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
tar xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
|
tar xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
|
||||||
chmod 755 "${pkgdir}/usr/"
|
chmod 755 "${pkgdir}/usr/"
|
||||||
|
|||||||
Reference in New Issue
Block a user