Date: Saturday, July 4, 2020 @ 15:19:08 Author: alucryd Revision: 657705
upgpkg: ppsspp 1.10-1 Modified: ppsspp/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-04 15:06:44 UTC (rev 657704) +++ PKGBUILD 2020-07-04 15:19:08 UTC (rev 657705) @@ -5,14 +5,13 @@ # Contributor: Thiago Kenji Okada <[email protected]> pkgname=ppsspp -pkgver=1.9.4 -pkgrel=5 +pkgver=1.10 +pkgrel=1 pkgdesc='A PSP emulator written in C++' arch=(x86_64) url=https://www.ppsspp.org/ license=(GPL2) depends=( - gcc-libs glew glibc hicolor-icon-theme @@ -19,11 +18,13 @@ libgl libzip qt5-base + qt5-multimedia sdl2 snappy zlib ) makedepends=( + clang cmake git libglvnd @@ -42,8 +43,9 @@ ppsspp-headless ppsspp-qt ) +_tag=4abf5c14845f009146ae5961f9ddb6299a370713 source=( - git+https://github.com/hrydgard/ppsspp.git#tag=e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca + git+https://github.com/hrydgard/ppsspp.git#tag=${_tag} git+https://github.com/Kingcom/armips.git git+https://github.com/discordapp/discord-rpc.git git+https://github.com/hrydgard/ppsspp-ffmpeg.git @@ -102,6 +104,8 @@ } build() { + export CC=clang + export CXX=clang++ cmake -S ppsspp -B build-sdl \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_SKIP_RPATH=ON \
