summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-05-09 10:01:10 +0200
committerAlexandre Bouvier2023-05-09 10:01:10 +0200
commitb789a5545b841825eb4756dea11f6f7777156d1b (patch)
tree9784ac8108d7b1e553cccd85ef5277d5d66a1fa8
parent95af69feb474f0c6eefa777d4199867e0146c3ca (diff)
downloadaur-b789a5545b841825eb4756dea11f6f7777156d1b.tar.gz
update to 1.15.3.r10.gba4f2837e7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20f5f351cc8e..4808db699c5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libretro-ppsspp-git
pkgdesc = Sony PlayStation Portable core
- pkgver = 1.14.4.r1087.g668a6d63cb
+ pkgver = 1.15.3.r10.gba4f2837e7
pkgrel = 1
url = https://www.ppsspp.org/
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 4bb25f7433ea..9de27599a0f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libretro-ppsspp
pkgname=$_pkgname-git
-pkgver=1.14.4.r1087.g668a6d63cb
+pkgver=1.15.3.r10.gba4f2837e7
pkgrel=1
pkgdesc="Sony PlayStation Portable core"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
@@ -56,7 +56,7 @@ prepare() {
}
build() {
- export PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig
+ export FFMPEG_DIR="/usr/include/ffmpeg4.4;/usr/lib/ffmpeg4.4"
cmake -S ppsspp -B build \
-DARMIPS_USE_STD_FILESYSTEM=ON \
-DCMAKE_BUILD_TYPE=Release \