summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-09-29 12:55:53 +0200
committerAlexandre Bouvier2023-09-29 12:55:53 +0200
commitf60441bf9171a26afa1d14ebeec0a4e91e7df525 (patch)
tree80b38d45299176c580fcbc398ed434725ff41bc2
parente3f8cdc876c69ee4b24cec1d7ccc24456654b122 (diff)
downloadaur-f60441bf9171a26afa1d14ebeec0a4e91e7df525.tar.gz
update to 1.16.5.r34.gdea038a91b
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8e8483ed29f..b08a1c73e552 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libretro-ppsspp-git
pkgdesc = Sony PlayStation Portable core
- pkgver = 1.15.4.r851.gdfabad8d29
+ pkgver = 1.16.5.r34.gdea038a91b
pkgrel = 1
url = https://www.ppsspp.org/
arch = aarch64
@@ -34,6 +34,7 @@ pkgbase = libretro-ppsspp-git
source = armips::git+https://github.com/Kingcom/armips.git
source = cpu_features::git+https://github.com/google/cpu_features.git
source = glslang::git+https://github.com/KhronosGroup/glslang.git
+ source = libchdr::git+https://github.com/rtissera/libchdr.git
source = rcheevos::git+https://github.com/RetroAchievements/rcheevos.git
source = spirv-cross::git+https://github.com/KhronosGroup/SPIRV-Cross.git
b2sums = SKIP
@@ -42,6 +43,7 @@ pkgbase = libretro-ppsspp-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
+ b2sums = SKIP
pkgname = libretro-ppsspp-git
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 7734626acae6..76a5f21ce902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libretro-ppsspp
pkgname=$_pkgname-git
-pkgver=1.15.4.r851.gdfabad8d29
+pkgver=1.16.5.r34.gdea038a91b
pkgrel=1
pkgdesc="Sony PlayStation Portable core"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
@@ -36,6 +36,7 @@ source=(
'armips::git+https://github.com/Kingcom/armips.git'
'cpu_features::git+https://github.com/google/cpu_features.git'
'glslang::git+https://github.com/KhronosGroup/glslang.git'
+ 'libchdr::git+https://github.com/rtissera/libchdr.git'
'rcheevos::git+https://github.com/RetroAchievements/rcheevos.git'
'spirv-cross::git+https://github.com/KhronosGroup/SPIRV-Cross.git'
)
@@ -46,6 +47,7 @@ b2sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
pkgver() {
@@ -58,6 +60,7 @@ prepare() {
git config submodule.cpu_features.url ../cpu_features
git config submodule.ext/armips.url ../armips
git config submodule.ext/glslang.url ../glslang
+ git config submodule.ext/libchdr.url ../libchdr
git config submodule.ext/rcheevos.url ../rcheevos
git config submodule.ext/SPIRV-Cross.url ../spirv-cross
git -c protocol.file.allow=always submodule update