summarylogtreecommitdiffstats
path: root/PKGBUILD.testing
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.testing')
-rw-r--r--PKGBUILD.testing4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index fca6e578bc02..ed8e2e4b3e0b 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -54,7 +54,7 @@ source=(
ppsspp-qt.desktop
)
source_x86_64=(
- ppsspp-ffmpeg_x86_64.sh::https://raw.githubusercontent.com/hrydgard/ppsspp-ffmpeg/master/linux_x86-64.sh
+ ppsspp-ffmpeg_x86-64.sh::https://raw.githubusercontent.com/hrydgard/ppsspp-ffmpeg/master/linux_x86-64.sh
)
b2sums=('SKIP'
'SKIP'
@@ -112,7 +112,7 @@ build() {
pushd ppsspp/ffmpeg
case "$CARCH" in
x86_64)
- ./ppsspp-ffmpeg_x86_64.sh
+ ./ppsspp-ffmpeg_x86-64.sh
;;
esac
popd