mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
update to 0.7.0
This commit is contained in:
parent
86580438ee
commit
48b917b2a2
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = shadps4-bin
|
||||
pkgdesc = Sony PlayStation 4 emulator.(Prebuilt version)
|
||||
pkgver = 0.6.0
|
||||
pkgver = 0.7.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.6.0
|
||||
provides = shadps4=0.7.0
|
||||
conflicts = shadps4
|
||||
source = shadps4-0.6.0.zip::https://github.com/shadps4-emu/shadPS4/releases/download/v.0.6.0/shadps4-linux-qt-0.6.0.zip
|
||||
source = shadps4-0.7.0.zip::https://github.com/shadps4-emu/shadPS4/releases/download/v.0.7.0/shadps4-linux-qt-0.7.0.zip
|
||||
source = shadps4.sh
|
||||
sha256sums = 10473e88cb7c21bac5ee422d80b4117f37a64dbe02aee4d894c2d548d55c19f8
|
||||
sha256sums = 2638cbf51845d526f94328257a2179455bece3dcccaaa0fadf898bb74c6b9ef2
|
||||
sha256sums = bf28379cb0ba33a297560e1e50c2ae13504487be2e8ebb39b899f48b442886f0
|
||||
|
||||
pkgname = shadps4-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
|
||||
pkgname=shadps4-bin
|
||||
_pkgname=shadPS4
|
||||
pkgver=0.6.0
|
||||
pkgver=0.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="Sony PlayStation 4 emulator.(Prebuilt version)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -29,13 +29,13 @@ source=(
|
|||
"${pkgname%-bin}-${pkgver}.zip::${_ghurl}/releases/download/v.${pkgver}/${pkgname%-bin}-linux-qt-${pkgver}.zip"
|
||||
"${pkgname%-bin}.sh"
|
||||
)
|
||||
sha256sums=('10473e88cb7c21bac5ee422d80b4117f37a64dbe02aee4d894c2d548d55c19f8'
|
||||
sha256sums=('2638cbf51845d526f94328257a2179455bece3dcccaaa0fadf898bb74c6b9ef2'
|
||||
'bf28379cb0ba33a297560e1e50c2ae13504487be2e8ebb39b899f48b442886f0')
|
||||
prepare() {
|
||||
sed -e "
|
||||
sed -i -e "
|
||||
s/@appname@/${pkgname%-bin}/g
|
||||
s/@runname@/${pkgname%-bin}/g
|
||||
" -i "${srcdir}/${pkgname%-bin}.sh"
|
||||
" "${srcdir}/${pkgname%-bin}.sh"
|
||||
chmod a+x "${srcdir}/Shadps4-qt.AppImage"
|
||||
"${srcdir}/Shadps4-qt.AppImage" --appimage-extract > /dev/null
|
||||
sed -i "s/net.${pkgname%-bin}.${_pkgname}/${pkgname%-bin}/g" "${srcdir}/squashfs-root/usr/share/applications/net.${pkgname%-bin}.${_pkgname}.desktop"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue