summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2021-02-19 15:09:11 +0100
committerSanpi2021-02-19 15:09:11 +0100
commitf1db256dd3aa25e5be567bcb63f2c16a9c434324 (patch)
tree6662f1200ce85679926ba4d4c1647d59ba1561b1
parent428582c3a0f716996c6050e18f0ca91cd080fde4 (diff)
downloadaur-f1db256dd3aa25e5be567bcb63f2c16a9c434324.tar.gz
Updates pkgbuild to 11747-f43260bd
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e1d42659ca..723a191eda4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcs3-bin
pkgdesc = Open-source Sony PlayStation 3 Emulator
pkgver = 0.0.14
- pkgrel = 2
+ pkgrel = 3
url = https://rpcs3.net/
arch = x86_64
license = GPL2
@@ -18,8 +18,8 @@ pkgbase = rpcs3-bin
conflicts = rpcs3
replaces = rpcs3
options = !strip
- source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-0e278d2299c81fe51051d499351d2c95ae5864af/rpcs3-v0.0.14-11509-0e278d22_linux64.AppImage
- sha256sums = 714e7ca20e5d712099f94e14f11b468ff9ff1ff93c9657e30969279caf3708b6
+ source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-f43260bd585c749d21c48f45405c72ab658c9a48/rpcs3-v0.0.14-11747-f43260bd_linux64.AppImage
+ sha256sums = 71be920f9e9358e5b6171846d9298e8fe4d96723c53de7dd5ad1e15ae3eb2cfb
pkgname = rpcs3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 157d2ce90bae..692cd9f5856b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3-bin
pkgver=0.0.14
-_pkgbuild='11509-0e278d22'
-pkgrel=2
+_pkgbuild='11747-f43260bd'
+pkgrel=3
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
url='https://rpcs3.net/'
@@ -14,9 +14,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-0e278d2299c81fe51051d499351d2c95ae5864af"
+_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-f43260bd585c749d21c48f45405c72ab658c9a48"
source=("${_latest_release}/rpcs3-v$pkgver-${_pkgbuild}_linux64.AppImage")
-sha256sums=('714e7ca20e5d712099f94e14f11b468ff9ff1ff93c9657e30969279caf3708b6')
+sha256sums=('71be920f9e9358e5b6171846d9298e8fe4d96723c53de7dd5ad1e15ae3eb2cfb')
prepare()
{