summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'