Date: Monday, January 17, 2022 @ 16:49:13 Author: alucryd Revision: 1107788
pcsx2 1.7.2243-2: fix install file Modified: pcsx2/trunk/PKGBUILD pcsx2/trunk/pcsx2.install ---------------+ PKGBUILD | 17 +++++++++-------- pcsx2.install | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-17 16:12:52 UTC (rev 1107787) +++ PKGBUILD 2022-01-17 16:49:13 UTC (rev 1107788) @@ -4,7 +4,7 @@ pkgname=pcsx2 pkgver=1.7.2243 -pkgrel=1 +pkgrel=2 pkgdesc='A Sony PlayStation 2 emulator' arch=(x86_64) url=https://www.pcsx2.net @@ -60,12 +60,14 @@ git+https://github.com/rtissera/libchdr.git pcsx2-system-libs.patch ) -b2sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - '29c8f279f96c67b3a35eb39440c6dfa134ef1cda36026f69f7b9931c59700e61431d7b38002bd811f6e38089296128a16c737e1c0eb2120b342790089c1e4017') +b2sums=( + SKIP + SKIP + SKIP + SKIP + SKIP + 29c8f279f96c67b3a35eb39440c6dfa134ef1cda36026f69f7b9931c59700e61431d7b38002bd811f6e38089296128a16c737e1c0eb2120b342790089c1e4017 +) install=pcsx2.install prepare() { @@ -95,7 +97,6 @@ -DDISABLE_PCSX2_WRAPPER=ON \ -DDISABLE_SETCAP=ON \ -DENABLE_TESTS=OFF \ - -DLTO_PCSX2_CORE=ON \ -DPACKAGE_MODE=ON \ -DUSE_SYSTEM_YAML=ON \ -DUSE_VTUNE=OFF \ Modified: pcsx2.install =================================================================== --- pcsx2.install 2022-01-17 16:12:52 UTC (rev 1107787) +++ pcsx2.install 2022-01-17 16:49:13 UTC (rev 1107788) @@ -1,11 +1,11 @@ post_install() { echo 'Enabling networking capabilities' - setcap 'CAP_NET_ADMIN+eip CAP_NET_RAW+eip' usr/bin/PCSX2 + setcap 'CAP_NET_ADMIN+eip CAP_NET_RAW+eip' usr/bin/pcsx2 } post_upgrade() { echo 'Enabling networking capabilities' - setcap 'CAP_NET_ADMIN+eip CAP_NET_RAW+eip' usr/bin/PCSX2 + setcap 'CAP_NET_ADMIN+eip CAP_NET_RAW+eip' usr/bin/pcsx2 } # vim: ts=2 sw=2 et:
