summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2022-08-28 11:19:46 +0200
committerSanpi2022-08-28 11:19:46 +0200
commit9e78060c05c73dd39377568df41e5689bbd4d94d (patch)
tree6342f2d8a1417e3662837105dc80ecfde7824b7f
parent6f975020820df201abd9a3e69eed1e0def7c5c73 (diff)
downloadaur-9e78060c05c73dd39377568df41e5689bbd4d94d.tar.gz
New build version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b74e288e6575..c80cc805d238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcs3-bin
pkgdesc = Open-source Sony PlayStation 3 Emulator
pkgver = 0.0.23
- pkgrel = 3
+ pkgrel = 4
url = https://rpcs3.net/
arch = x86_64
license = GPL2
@@ -34,7 +34,7 @@ pkgbase = rpcs3-bin
conflicts = rpcs3
replaces = rpcs3
options = !strip
- source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-969b9eb89dfd409cee5fa1279e730cbef8d5a5ba/rpcs3-v0.0.23-13833-969b9eb8_linux64.AppImage
- sha256sums = 59978e501ab1a5303a2f352f6237a8b2d64478459ea0e3e350aa5180424afd22
+ source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-698c3415eaedf1a494d5eca20e41228d3ff29d68/rpcs3-v0.0.23-14088-698c3415_linux64.AppImage
+ sha256sums = b28187dcf472bb8b2002f7c9714291a13c26cc730bd2789b98daeea0186c5596
pkgname = rpcs3-bin
diff --git a/PKGBUILD b/PKGBUILD
index b98268520760..2c5f9ad422e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3-bin
pkgver=0.0.23
-_pkgbuild='13833-969b9eb8'
-pkgrel=3
+_pkgbuild='14088-698c3415'
+pkgrel=4
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
url='https://rpcs3.net/'
@@ -39,9 +39,9 @@ replaces=('rpcs3')
provides=('rpcs3')
conflicts=('rpcs3')
# curl --silent --dump-header - https://github.com/RPCS3/rpcs3-binaries-linux/releases/latest | grep -i '^location: ' | sed 's#/tag/#/download/#'
-_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-969b9eb89dfd409cee5fa1279e730cbef8d5a5ba"
+_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-698c3415eaedf1a494d5eca20e41228d3ff29d68"
source=("${_latest_release}/rpcs3-v$pkgver-${_pkgbuild}_linux64.AppImage")
-sha256sums=('59978e501ab1a5303a2f352f6237a8b2d64478459ea0e3e350aa5180424afd22')
+sha256sums=('b28187dcf472bb8b2002f7c9714291a13c26cc730bd2789b98daeea0186c5596')
prepare()
{