From 689f06cb1b4279127bbd647eb432fb746e58534c Mon Sep 17 00:00:00 2001 From: DXC-0 Date: Sun, 25 May 2025 19:39:07 +0200 Subject: [PATCH] updates sources --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9dd9afd..5b643d7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -16,7 +16,7 @@ pkgbase = parsec-bin optdepends = libva: For hardware accelerated decoding provides = parsec options = !strip - source = parsec-bin-150_97c.deb::https://builds.parsecgaming.com/package/parsec-linux.deb + source = parsec-bin-150_97c.deb::https://builds.parsec.app/package/parsec-linux.deb sha256sums = f1691ba3a97534604f5f640c26cceafaef672ccf7ab6eed66114d0abafc2cccf pkgname = parsec-bin diff --git a/PKGBUILD b/PKGBUILD index ec2fd8a..5e9490b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ -# Paintainer : TheCyberArcher -# Maintainer : tadly +# Maintainer : DXC-0 +# Contributor : tadly pkgname=parsec-bin pkgver=150_97c @@ -12,7 +12,7 @@ provides=('parsec') depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4' 'openssl-1.1' 'libxi' 'pipewire-alsa') optdepends=('libva: For hardware accelerated decoding') -source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb") +source=("$pkgname-$pkgver.deb::https://builds.parsec.app/package/parsec-linux.deb") sha256sums=("f1691ba3a97534604f5f640c26cceafaef672ccf7ab6eed66114d0abafc2cccf") options=('!strip')