summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2024-01-27 01:23:10 +0100
committerAlexandre Bouvier2024-01-27 01:23:10 +0100
commitfc0b892fda7ad689958ded539b88d5b4c0977b60 (patch)
tree1fbe3c3eeaea9a779168a4f845f562ec62340ffb
parent620b85d8f72c32e214bec0225e18ca8464d030ce (diff)
downloadaur-fc0b892fda7ad689958ded539b88d5b4c0977b60.tar.gz
update to 1.16.6.r999.g1a1b79606b
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddbc91b5c180..1b1bba54a8e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libretro-ppsspp-git
pkgdesc = Sony PlayStation Portable core
- pkgver = 1.16.5.r34.gdea038a91b
- pkgrel = 2
+ pkgver = 1.16.6.r999.g1a1b79606b
+ pkgrel = 1
url = https://www.ppsspp.org/
arch = aarch64
arch = armv7h
@@ -10,7 +10,7 @@ pkgbase = libretro-ppsspp-git
arch = pentium4
arch = x86_64
groups = libretro
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = cmake
makedepends = ffmpeg4.4
makedepends = git
@@ -36,7 +36,7 @@ pkgbase = libretro-ppsspp-git
source = cpu_features::git+https://github.com/google/cpu_features.git
source = glslang::git+https://github.com/KhronosGroup/glslang.git
source = rcheevos::git+https://github.com/RetroAchievements/rcheevos.git
- source = spirv-cross::git+https://github.com/KhronosGroup/SPIRV-Cross.git
+ source = SPIRV-Cross::git+https://github.com/KhronosGroup/SPIRV-Cross.git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d1b9b896c89..e67f95baaa43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libretro-ppsspp
pkgname=$_pkgname-git
-pkgver=1.16.5.r34.gdea038a91b
-pkgrel=2
+pkgver=1.16.6.r999.g1a1b79606b
+pkgrel=1
pkgdesc="Sony PlayStation Portable core"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://www.ppsspp.org/"
-license=('GPL2')
+license=('GPL-2.0-or-later')
groups=('libretro')
depends=(
'gcc-libs'
@@ -38,7 +38,7 @@ source=(
'cpu_features::git+https://github.com/google/cpu_features.git'
'glslang::git+https://github.com/KhronosGroup/glslang.git'
'rcheevos::git+https://github.com/RetroAchievements/rcheevos.git'
- 'spirv-cross::git+https://github.com/KhronosGroup/SPIRV-Cross.git'
+ 'SPIRV-Cross::git+https://github.com/KhronosGroup/SPIRV-Cross.git'
)
b2sums=(
'SKIP'
@@ -60,7 +60,7 @@ prepare() {
git config submodule.ext/armips.url ../armips
git config submodule.ext/glslang.url ../glslang
git config submodule.ext/rcheevos.url ../rcheevos
- git config submodule.ext/SPIRV-Cross.url ../spirv-cross
+ git config submodule.ext/SPIRV-Cross.url ../SPIRV-Cross
git -c protocol.file.allow=always submodule update
sed -i 's/ext\/rapidjson\/include\/\(rapidjson\/document\.h\)/\1/' Core/RetroAchievements.cpp
sed -i '/libchdr/d' ext/CMakeLists.txt