Date: Tuesday, April 26, 2022 @ 10:43:54 Author: alucryd Revision: 1190953
upgpkg: pcsx2 1.7.2660-1 Modified: pcsx2/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-26 09:57:12 UTC (rev 1190952) +++ PKGBUILD 2022-04-26 10:43:54 UTC (rev 1190953) @@ -3,8 +3,8 @@ # Contributor: vEX <[email protected]> pkgname=pcsx2 -pkgver=1.7.2277 -pkgrel=2 +pkgver=1.7.2660 +pkgrel=1 pkgdesc='A Sony PlayStation 2 emulator' arch=(x86_64) url=https://www.pcsx2.net @@ -52,7 +52,7 @@ png++ vulkan-headers ) -_tag=ca55d861874b95959bd84a2f14b7e86303d63794 +_tag=fea58d2271ef776b1c17d9857694f14b71652ef7 source=( git+https://github.com/PCSX2/pcsx2.git#tag=${_tag} git+https://github.com/mozilla/cubeb.git @@ -59,6 +59,8 @@ git+https://github.com/KhronosGroup/glslang.git git+https://github.com/ocornut/imgui.git git+https://github.com/rtissera/libchdr.git + git+https://github.com/nih-at/libzip.git + git+https://github.com/facebook/zstd.git pcsx2-system-libs.patch ) b2sums=( @@ -67,6 +69,8 @@ SKIP SKIP SKIP + SKIP + SKIP 29c8f279f96c67b3a35eb39440c6dfa134ef1cda36026f69f7b9931c59700e61431d7b38002bd811f6e38089296128a16c737e1c0eb2120b342790089c1e4017 ) install=pcsx2.install @@ -80,7 +84,9 @@ 3rdparty/cubeb/cubeb \ 3rdparty/glslang/glslang \ 3rdparty/imgui/imgui \ - 3rdparty/libchdr/libchdr + 3rdparty/libchdr/libchdr \ + 3rdparty/libzip/libzip \ + 3rdparty/zstd/zstd do git submodule init ${submodule} git submodule set-url ${submodule} "$srcdir/${submodule##*/}"
