summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2023-03-01 23:27:32 +0100
committerSanpi2023-03-01 23:27:32 +0100
commitee454163d33aea28d8c341cd50eede37aba02d1d (patch)
tree31c7f3e0b898aa29961c407b78c782e143c91bae
parentce13ca0d1455e4305c93998599f25e0fbc95a98c (diff)
downloadaur-ee454163d33aea28d8c341cd50eede37aba02d1d.tar.gz
v0.0.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76daeb346c60..5acfd0dd5260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3-bin
pkgdesc = Open-source Sony PlayStation 3 Emulator
- pkgver = 0.0.26
+ pkgver = 0.0.27
pkgrel = 1
url = https://rpcs3.net/
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = rpcs3-bin
conflicts = rpcs3
replaces = rpcs3
options = !strip
- source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-df718bcb0f2b7be809bf48b6059be7322fc17202/rpcs3-v0.0.26-14525-df718bcb_linux64.AppImage
- sha256sums = 932ae0d2081904a0be5cc9fda40b38c5073dc71d1e8f5f345521b7bff7d05d14
+ source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-0178b20983aa6b9930d0b5fb69bd1837325ada02/rpcs3-v0.0.27-14783-0178b209_linux64.AppImage
+ sha256sums = ad8d57cfaaad5175bd912f76a5198db37121b1f1943e8e85122033add9f8243d
pkgname = rpcs3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e8cfbf58157..508f4d1aba92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3-bin
-pkgver=0.0.26
-_pkgbuild='14525-df718bcb'
+pkgver=0.0.27
+_pkgbuild='14783-0178b209'
pkgrel=1
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
@@ -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-df718bcb0f2b7be809bf48b6059be7322fc17202"
+_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-0178b20983aa6b9930d0b5fb69bd1837325ada02"
source=("${_latest_release}/rpcs3-v$pkgver-${_pkgbuild}_linux64.AppImage")
-sha256sums=('932ae0d2081904a0be5cc9fda40b38c5073dc71d1e8f5f345521b7bff7d05d14')
+sha256sums=('ad8d57cfaaad5175bd912f76a5198db37121b1f1943e8e85122033add9f8243d')
prepare()
{