Date: Thursday, May 28, 2020 @ 11:43:41 Author: alucryd Revision: 636295
upgpkg: pcsx2 1.6.0-1 Modified: pcsx2/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-28 11:43:22 UTC (rev 636294) +++ PKGBUILD 2020-05-28 11:43:41 UTC (rev 636295) @@ -3,8 +3,8 @@ # Contributor: vEX <[email protected]> pkgname=pcsx2 -pkgver=1.4.0 -pkgrel=10 +pkgver=1.6.0 +pkgrel=1 pkgdesc='A Sony PlayStation 2 emulator' arch=(x86_64) url=https://www.pcsx2.net @@ -19,7 +19,9 @@ lib32-libaio lib32-libcanberra lib32-libjpeg-turbo + lib32-libpcap lib32-libpulse + lib32-libxml2 lib32-nvidia-cg-toolkit lib32-portaudio lib32-sdl2 @@ -31,14 +33,8 @@ git png++ ) -source=( - git+https://github.com/PCSX2/pcsx2.git#tag=8f74b640f01d8d00030254b25742bdd002ea18c8 - pcsx2-gcc6.patch -) -sha256sums=( - SKIP - 68364f4e571836c96674061a989934d0f551f6a142e33816c791de980d140e00 -) +source=(git+https://github.com/PCSX2/pcsx2.git#tag=aaaf29557fe63870ede815dd6d2e48a98279ca59) +sha256sums=(SKIP) pkgver() { cd pcsx2 @@ -46,12 +42,6 @@ git describe --tags | sed 's/^v//' } -prepare() { - cd pcsx2 - - patch -Np1 -i ../pcsx2-gcc6.patch -} - build() { cmake -S pcsx2 -B build \ -DCMAKE_BUILD_TYPE=None \
