mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/retroarch to 1.16.0.3-1
This commit is contained in:
parent
47bbb6961e
commit
a64ab21a99
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = retroarch
|
||||
pkgdesc = Reference frontend for the libretro API
|
||||
pkgver = 1.15.0
|
||||
pkgrel = 4
|
||||
pkgver = 1.16.0.3
|
||||
pkgrel = 1
|
||||
url = http://www.libretro.com/
|
||||
arch = x86_64
|
||||
groups = libretro
|
||||
|
@ -50,7 +50,7 @@ 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=6616b807edea5b56683e9fbca8b003b436c22b13
|
||||
source = git+https://github.com/libretro/RetroArch.git#tag=6c2cc456284fcfa6fa5f94664950926c020d2f7b
|
||||
source = retroarch-config.patch
|
||||
b2sums = SKIP
|
||||
b2sums = 5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# - disable broken pkgver function
|
||||
|
||||
pkgname=retroarch
|
||||
pkgver=1.15.0
|
||||
pkgrel=4
|
||||
pkgver=1.16.0.3
|
||||
pkgrel=1
|
||||
pkgdesc='Reference frontend for the libretro API'
|
||||
arch=(x86_64)
|
||||
url=http://www.libretro.com/
|
||||
|
@ -64,7 +64,7 @@ optdepends=(
|
|||
'retroarch-assets-xmb: XMB menu assets'
|
||||
)
|
||||
backup=(etc/retroarch.cfg)
|
||||
_tag=6616b807edea5b56683e9fbca8b003b436c22b13
|
||||
_tag=6c2cc456284fcfa6fa5f94664950926c020d2f7b
|
||||
source=(
|
||||
git+https://github.com/libretro/RetroArch.git#tag=${_tag}
|
||||
retroarch-config.patch
|
||||
|
@ -80,7 +80,6 @@ b2sums=('SKIP'
|
|||
prepare() {
|
||||
cd RetroArch
|
||||
patch -Np1 -i ../retroarch-config.patch
|
||||
git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue