summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2021-09-01 08:42:31 -0700
committerChristopher Snowhill2021-09-01 08:42:31 -0700
commit7a02f22880750a9764b1d0abb55a3eab78440117 (patch)
tree207c60813fa47b2ecb2f0ef60fe096b0dbbd1a22
parentac6931a0f2e930b317e27b3596892f4cf40f08fa (diff)
downloadaur-7a02f22880750a9764b1d0abb55a3eab78440117.tar.gz
upgpkg: rpcs3 0.0.18-1
Verified working build, no changes were needed to update the build process.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6593ad68c11..2a3d7f519931 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3
pkgdesc = Open-source Sony PlayStation 3 Emulator
- pkgver = 0.0.17
+ pkgver = 0.0.18
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.17
+ source = git+https://github.com/RPCS3/rpcs3.git#tag=v0.0.18
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
diff --git a/PKGBUILD b/PKGBUILD
index 79ebe7560ed2..be2ed6236d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: katt <magunasu.b97@gmail.com>
# Contributor: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3
-pkgver=0.0.17
+pkgver=0.0.18
pkgrel=1
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=(x86_64)