Date: Monday, October 24, 2022 @ 07:40:19 Author: alucryd Revision: 1334472
upgpkg: pcsx2 1.7.3480-1 Modified: pcsx2/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-24 07:40:15 UTC (rev 1334471) +++ PKGBUILD 2022-10-24 07:40:19 UTC (rev 1334472) @@ -3,7 +3,7 @@ # Contributor: vEX <[email protected]> pkgname=pcsx2 -pkgver=1.7.3454 +pkgver=1.7.3480 pkgrel=1 pkgdesc='A Sony PlayStation 2 emulator' arch=(x86_64) @@ -50,7 +50,7 @@ zstd ) optdepends=('qt6-wayland: Wayland support') -_tag=7a82b941cb3764e1867215ce619fef470e12ddf4 +_tag=8280292fb465ff2f8c8d20befe7a8fd7593ceeb0 source=( git+https://github.com/PCSX2/pcsx2.git#tag=${_tag} git+https://github.com/biojppm/c4core.git @@ -80,6 +80,7 @@ git apply -3 ../pcsx2-system-libs.patch git apply -3 ../pcsx2-resources-directory.patch git apply -3 ../pcsx2-desktop-file.patch + git config --global protocol.file.allow always local submodule for submodule in 3rdparty/{glslang/glslang,libchdr/libchdr,rapidyaml/rapidyaml,rcheevos/rcheevos}; do git submodule init ${submodule}
