summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2021-03-01 03:38:53 +0100
committerMagnus Boman2021-03-01 03:38:53 +0100
commit55a37f2a24ac46a793e4a577de08dfb83b43d2a9 (patch)
tree2a076b0561c7ba059c2e7be70ebbf79baff27d8a
parent4079e07f842869362d35df4f83588497cfb0e068 (diff)
downloadaur-55a37f2a24ac46a793e4a577de08dfb83b43d2a9.tar.gz
upgpkg: rpcs3 0.0.15-1
upstream release
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48dedaafe9e1..a05cc976f919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcs3
pkgdesc = Open-source Sony PlayStation 3 Emulator
- pkgver = 0.0.14
- pkgrel = 2
+ pkgver = 0.0.15
+ pkgrel = 1
url = https://rpcs3.net
arch = x86_64
license = GPL2
@@ -33,7 +33,7 @@ pkgbase = rpcs3
depends = zlib
depends = curl
options = !emptydirs
- source = git+https://github.com/RPCS3/rpcs3.git#tag=v0.0.14
+ source = git+https://github.com/RPCS3/rpcs3.git#tag=v0.0.15
source = rpcs3-cereal::git+https://github.com/RPCS3/cereal.git
source = rpcs3-hidapi::git+https://github.com/RPCS3/hidapi.git
source = rpcs3-llvm::git+https://github.com/RPCS3/llvm-mirror.git
@@ -44,12 +44,11 @@ pkgbase = rpcs3
source = git+https://github.com/KhronosGroup/glslang.git
source = git+https://github.com/KhronosGroup/SPIRV-Headers.git
source = git+https://github.com/KhronosGroup/SPIRV-Tools.git
- source = git+https://github.com/kobalicek/asmjit.git
+ source = git+https://github.com/asmjit/asmjit.git
source = git+https://github.com/libusb/libusb.git
source = git+https://github.com/wolfSSL/wolfssl.git
source = git+https://github.com/tcbrindle/span.git
source = git+https://github.com/zeux/pugixml.git
- source = 9541.patch::https://patch-diff.githubusercontent.com/raw/RPCS3/rpcs3/pull/9541.patch
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
@@ -66,7 +65,5 @@ pkgbase = rpcs3
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- md5sums = 1f1ae64f976cafb0c25b689df6ffb72c
pkgname = rpcs3
-
diff --git a/PKGBUILD b/PKGBUILD
index 318ba3b613ab..c26fd7fba5d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: katt <magunasu.b97@gmail.com>
# Contributor: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3
-pkgver=0.0.14
-pkgrel=2
+pkgver=0.0.15
+pkgrel=1
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=(x86_64)
url=https://rpcs3.net
@@ -23,12 +23,11 @@ source=(
git+https://github.com/KhronosGroup/glslang.git
git+https://github.com/KhronosGroup/SPIRV-Headers.git
git+https://github.com/KhronosGroup/SPIRV-Tools.git
- git+https://github.com/kobalicek/asmjit.git
+ git+https://github.com/asmjit/asmjit.git
git+https://github.com/libusb/libusb.git
git+https://github.com/wolfSSL/wolfssl.git
git+https://github.com/tcbrindle/span.git
git+https://github.com/zeux/pugixml.git
- 9541.patch::https://patch-diff.githubusercontent.com/raw/RPCS3/rpcs3/pull/9541.patch
)
md5sums=('SKIP'
@@ -46,8 +45,7 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '1f1ae64f976cafb0c25b689df6ffb72c')
+ 'SKIP')
prepare() {
cd "$pkgname"
@@ -68,9 +66,6 @@ prepare() {
git config submodule."3rdparty/span".url ../span
git config submodule."3rdparty/pugixml".url ../pugixml
git submodule update
-
- # Fix compilation with post-release commit
- patch -Np1 -i "$srcdir/9541.patch"
}
build() {