mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/retroarch to 1.8.8-2
This commit is contained in:
parent
5c67c8221f
commit
7e37a2383b
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=retroarch
|
||||
pkgver=1.8.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Reference frontend for the libretro API'
|
||||
arch=(x86_64)
|
||||
url=http://www.libretro.com/
|
||||
|
@ -82,6 +82,8 @@ prepare() {
|
|||
cd RetroArch
|
||||
|
||||
patch -Np1 -i ../retroarch-config.patch
|
||||
|
||||
git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue