summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2024-01-29 11:56:14 +0100
committerAlexandre Bouvier2024-01-29 11:56:14 +0100
commit9bcdf1097be58ab4098bc7f3f316c11fed2b8b00 (patch)
treec0365df80d75b32e4dcd230b617d9b9db74be8a6
parent271196d00b6d07efc3f6630e3c73088f466b788a (diff)
downloadaur-rpcsx-git.tar.gz
update to r442.b677eb5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7db82e5d17..2ca4855b0cb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = rpcsx-git
pkgdesc = Sony PlayStation 4 emulator
- pkgver = r325.b87f8f6
+ pkgver = r442.b677eb5
pkgrel = 1
url = https://rpcsx.github.io/rpcsx-site/
arch = x86_64
- license = GPL2
- license = MIT
+ license = GPL-2.0-only AND MIT
makedepends = cmake
makedepends = git
makedepends = glslang
@@ -20,7 +19,7 @@ pkgbase = rpcsx-git
depends = libunwind
depends = spirv-tools
optdepends = vulkan-validation-layers: for rpcsx-gpu --validate
- provides = rpcsx=325.b87f8f6
+ provides = rpcsx=442.b677eb5
conflicts = rpcsx
source = rpcsx::git+https://github.com/RPCSX/rpcsx.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8327191221e2..0691b790e40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=rpcsx
pkgname=$_pkgname-git
-pkgver=r325.b87f8f6
+pkgver=r442.b677eb5
pkgrel=1
pkgdesc="Sony PlayStation 4 emulator"
arch=('x86_64')
url="https://rpcsx.github.io/rpcsx-site/"
-license=('GPL2' 'MIT')
+license=('GPL-2.0-only AND MIT')
depends=(
'gcc-libs'
'glfw>=3.3'