From a64ab21a99df8c94a040c9df2c8d5054928cfb5d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 9 Oct 2023 23:21:17 +0000 Subject: [PATCH] extra/retroarch to 1.16.0.3-1 --- extra/retroarch/.SRCINFO | 6 +++--- extra/retroarch/PKGBUILD | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/extra/retroarch/.SRCINFO b/extra/retroarch/.SRCINFO index 1361b04c0..6410bfca7 100644 --- a/extra/retroarch/.SRCINFO +++ b/extra/retroarch/.SRCINFO @@ -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 diff --git a/extra/retroarch/PKGBUILD b/extra/retroarch/PKGBUILD index e15272d99..32b2cef0e 100644 --- a/extra/retroarch/PKGBUILD +++ b/extra/retroarch/PKGBUILD @@ -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() {