update to 0.10.0

This commit is contained in:
zxp19821005 2025-07-07 10:31:03 +08:00
parent 2e12c492a0
commit 481dd440bd
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = shadps4-bin
pkgdesc = Sony PlayStation 4 emulator.(Prebuilt version)
pkgver = 0.9.0
pkgver = 0.10.0
pkgrel = 1
url = https://shadps4.net/
arch = x86_64
@ -16,11 +16,11 @@ pkgbase = shadps4-bin
depends = fribidi
depends = libdrm
depends = fontconfig
provides = shadps4=0.9.0
provides = shadps4=0.10.0
conflicts = shadps4
source = shadps4-0.9.0.zip::https://github.com/shadps4-emu/shadPS4/releases/download/v.0.9.0/shadps4-linux-qt-0.9.0.zip
source = shadps4-0.10.0.zip::https://github.com/shadps4-emu/shadPS4/releases/download/v.0.10.0/shadps4-linux-qt-0.10.0.zip
source = shadps4.sh
sha256sums = d4553bbad33e57cb065819e635d65251784c37109a4194240057fca754d4aa62
sha256sums = c219f25d2382095deae74ec8ffd60a5b43df9d8752ae918e8e08957c5eff6016
sha256sums = bf28379cb0ba33a297560e1e50c2ae13504487be2e8ebb39b899f48b442886f0
pkgname = shadps4-bin

View file

@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=shadps4-bin
_pkgname=shadPS4
pkgver=0.9.0
pkgver=0.10.0
pkgrel=1
pkgdesc="Sony PlayStation 4 emulator.(Prebuilt version)"
arch=('x86_64')
@ -29,7 +29,7 @@ source=(
"${pkgname%-bin}-${pkgver}.zip::${_ghurl}/releases/download/v.${pkgver}/${pkgname%-bin}-linux-qt-${pkgver}.zip"
"${pkgname%-bin}.sh"
)
sha256sums=('d4553bbad33e57cb065819e635d65251784c37109a4194240057fca754d4aa62'
sha256sums=('c219f25d2382095deae74ec8ffd60a5b43df9d8752ae918e8e08957c5eff6016'
'bf28379cb0ba33a297560e1e50c2ae13504487be2e8ebb39b899f48b442886f0')
prepare() {
sed -i -e "
@ -49,4 +49,4 @@ package() {
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/scalable/apps/net.${pkgname%-bin}.${_pkgname}.svg" \
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname%-bin}.svg"
install -Dm644 "${srcdir}/squashfs-root/usr/share/applications/net.${pkgname%-bin}.${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
}
}