summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2020-11-02 22:16:29 +0100
committerMagnus Boman2020-11-02 22:16:29 +0100
commit7e9ef6408c479527d4ba9b5cc1331ffc0e9ce173 (patch)
tree11d4a2ba3ebc37c225abdc692e1b651c789ebfc4
parentae1ac30bb56f016b89384522fb7c16d5c0380965 (diff)
downloadaur-7e9ef6408c479527d4ba9b5cc1331ffc0e9ce173.tar.gz
upgpkg: rpcs3 0.0.13-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fc389325600..bedbe5329091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3
pkgdesc = Open-source Sony PlayStation 3 Emulator
- pkgver = 0.0.12
+ pkgver = 0.0.13
pkgrel = 1
url = https://rpcs3.net
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = rpcs3
depends = zlib
depends = curl
options = !emptydirs
- source = git+https://github.com/RPCS3/rpcs3.git#tag=v0.0.12
+ source = git+https://github.com/RPCS3/rpcs3.git#tag=v0.0.13
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
@@ -46,7 +46,7 @@ pkgbase = rpcs3
source = git+https://github.com/KhronosGroup/SPIRV-Tools.git
source = git+https://github.com/kobalicek/asmjit.git
source = git+https://github.com/libusb/libusb.git
- source = git+https://github.com/RipleyTom/wolfssl.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
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 93f799e76a69..51c6c4ae8ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
# Contributor: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3
-pkgver=0.0.12
+pkgver=0.0.13
pkgrel=1
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=(x86_64)
@@ -24,7 +24,7 @@ source=(
git+https://github.com/KhronosGroup/SPIRV-Tools.git
git+https://github.com/kobalicek/asmjit.git
git+https://github.com/libusb/libusb.git
- git+https://github.com/RipleyTom/wolfssl.git
+ git+https://github.com/wolfSSL/wolfssl.git
git+https://github.com/tcbrindle/span.git
git+https://github.com/zeux/pugixml.git
)