mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
update to 0.10.0
This commit is contained in:
parent
2e12c492a0
commit
481dd440bd
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue