community/retroarch to 1.10.3-1

This commit is contained in:
Kevin Mihelich 2022-04-26 15:45:20 +00:00
parent 79cd701dee
commit a9eaca1809

View file

@ -7,8 +7,8 @@
# - disable broken pkgver function
pkgname=retroarch
pkgver=1.10.0
pkgrel=4
pkgver=1.10.3
pkgrel=1
pkgdesc='Reference frontend for the libretro API'
arch=(x86_64)
url=http://www.libretro.com/
@ -61,7 +61,7 @@ optdepends=(
'wayland: Wayland support'
)
backup=(etc/retroarch.cfg)
_tag=b71be7efd2126ad94759726d8e54724482cffde2
_tag=9b282aa742b6c3d2f2925ae5a12e2cd7c6b6ad38
source=(
git+https://github.com/libretro/RetroArch.git#tag=${_tag}
retroarch-config.patch
@ -78,7 +78,6 @@ prepare() {
cd RetroArch
patch -Np1 -i ../retroarch-config.patch
git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
git cherry-pick -n 18ee6fdff1a6da2ce6be9b557818e7b4e5d5e837 # ffmpeg 5.0
}
build() {