add version number to downloaded deb

This commit is contained in:
tadly
2020-07-10 10:48:41 +02:00
parent acbad6d396
commit ab6713bb16
2 changed files with 9 additions and 9 deletions

View File

@@ -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_28 pkgver = 150_28
pkgrel = 1 pkgrel = 2
url = http://parsec.tv url = http://parsec.tv
arch = x86_64 arch = x86_64
arch = arm arch = arm
@@ -15,15 +15,15 @@ pkgbase = parsec-bin
optdepends = libva: For hardware accelerated decoding optdepends = libva: For hardware accelerated decoding
provides = parsec provides = parsec
options = !strip options = !strip
source_x86_64 = https://builds.parsecgaming.com/package/parsec-linux.deb source_x86_64 = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-linux.deb
sha256sums_x86_64 = 0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1 sha256sums_x86_64 = 0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1
source_arm = https://builds.parsecgaming.com/package/parsec-rpi.deb source_arm = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb
sha256sums_arm = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 sha256sums_arm = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802
source_armv6h = https://builds.parsecgaming.com/package/parsec-rpi.deb source_armv6h = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb
sha256sums_armv6h = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 sha256sums_armv6h = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802
source_armv7h = https://builds.parsecgaming.com/package/parsec-rpi.deb source_armv7h = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb
sha256sums_armv7h = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 sha256sums_armv7h = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802
source_aarch64 = https://builds.parsecgaming.com/package/parsec-rpi.deb source_aarch64 = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb
sha256sums_aarch64 = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 sha256sums_aarch64 = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802
pkgname = parsec-bin pkgname = parsec-bin

View File

@@ -2,7 +2,7 @@
pkgname=parsec-bin pkgname=parsec-bin
pkgver=150_28 pkgver=150_28
pkgrel=1 pkgrel=2
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')
@@ -10,10 +10,10 @@ provides=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb') depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb')
optdepends=('libva: For hardware accelerated decoding') optdepends=('libva: For hardware accelerated decoding')
source_x86_64=('https://builds.parsecgaming.com/package/parsec-linux.deb') source_x86_64=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")
sha256sums_x86_64=('0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1') sha256sums_x86_64=('0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1')
source_arm=('https://builds.parsecgaming.com/package/parsec-rpi.deb') source_arm=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb")
sha256sums_arm=('a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802') sha256sums_arm=('a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802')
source_armv6h=($source_arm) source_armv6h=($source_arm)