From a9eaca1809aab99077c1e8f8489a7c83fbfb169d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 26 Apr 2022 15:45:20 +0000 Subject: [PATCH] community/retroarch to 1.10.3-1 --- community/retroarch/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/community/retroarch/PKGBUILD b/community/retroarch/PKGBUILD index 48bcc357a..669d21b05 100644 --- a/community/retroarch/PKGBUILD +++ b/community/retroarch/PKGBUILD @@ -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() {