mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
extra/retroarch to 1.20.0-1
This commit is contained in:
parent
94f0df1811
commit
2824f91d29
2 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = retroarch
|
||||
pkgdesc = Reference frontend for the libretro API
|
||||
pkgver = 1.19.1
|
||||
pkgrel = 3
|
||||
pkgver = 1.20.0
|
||||
pkgrel = 1
|
||||
url = http://www.libretro.com/
|
||||
arch = x86_64
|
||||
groups = libretro
|
||||
|
@ -49,9 +49,9 @@ pkgbase = retroarch
|
|||
optdepends = retroarch-assets-ozone: Ozone menu assets
|
||||
optdepends = retroarch-assets-xmb: XMB menu assets
|
||||
backup = etc/retroarch.cfg
|
||||
source = git+https://github.com/libretro/RetroArch.git#tag=0792144fe3a7b59908b0afdb2c01722e79040360
|
||||
source = git+https://github.com/libretro/RetroArch.git#tag=ab3b175848fa6cd8b2340809631e30bc0fe1d136
|
||||
source = retroarch-config.patch
|
||||
b2sums = f5d0dd615b34a0a8a35516aa9b289a898fedb60e3792a0a10f928a57de52e0412486f5684b9875bfffff6ad29e7affe082d85e24432b8d3531cacda2fb14eae9
|
||||
b2sums = c87e326732a9bf8124068f848ac86eda8d559cd3a36c44bc7625fc21fd1f911d952a1141f21604a27ac5c4da7977f9f12bfd92dab24c3880d4d9655f7d8090e2
|
||||
b2sums = 5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a
|
||||
|
||||
pkgname = retroarch
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# - disable broken pkgver function
|
||||
|
||||
pkgname=retroarch
|
||||
pkgver=1.19.1
|
||||
pkgrel=3
|
||||
pkgver=1.20.0
|
||||
pkgrel=1
|
||||
pkgdesc='Reference frontend for the libretro API'
|
||||
arch=(x86_64)
|
||||
url=http://www.libretro.com/
|
||||
|
@ -63,12 +63,12 @@ optdepends=(
|
|||
'retroarch-assets-xmb: XMB menu assets'
|
||||
)
|
||||
backup=(etc/retroarch.cfg)
|
||||
_tag=0792144fe3a7b59908b0afdb2c01722e79040360
|
||||
_tag=ab3b175848fa6cd8b2340809631e30bc0fe1d136
|
||||
source=(
|
||||
git+https://github.com/libretro/RetroArch.git#tag=${_tag}
|
||||
retroarch-config.patch
|
||||
)
|
||||
b2sums=('f5d0dd615b34a0a8a35516aa9b289a898fedb60e3792a0a10f928a57de52e0412486f5684b9875bfffff6ad29e7affe082d85e24432b8d3531cacda2fb14eae9'
|
||||
b2sums=('c87e326732a9bf8124068f848ac86eda8d559cd3a36c44bc7625fc21fd1f911d952a1141f21604a27ac5c4da7977f9f12bfd92dab24c3880d4d9655f7d8090e2'
|
||||
'5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a')
|
||||
|
||||
#pkgver() {
|
||||
|
@ -78,7 +78,6 @@ b2sums=('f5d0dd615b34a0a8a35516aa9b289a898fedb60e3792a0a10f928a57de52e0412486f56
|
|||
|
||||
prepare() {
|
||||
cd RetroArch
|
||||
git cherry-pick -n bff678c48a3d453244486b64a21fd4e00f56cbfb
|
||||
patch -Np1 -i ../retroarch-config.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue