mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/retroarch to 1.10.3-1
This commit is contained in:
parent
79cd701dee
commit
a9eaca1809
1 changed files with 3 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue