community/retroarch to 1.7.8-3

This commit is contained in:
Kevin Mihelich 2019-09-06 19:27:42 +00:00
parent 27c2126384
commit 9868edc914

View file

@ -8,7 +8,7 @@
pkgname=retroarch
pkgver=1.7.8
pkgrel=2
pkgrel=3
pkgdesc='Reference frontend for the libretro API'
arch=(x86_64)
url=http://www.libretro.com/
@ -60,7 +60,7 @@ optdepends=(
)
backup=(etc/retroarch.cfg)
source=(
git+https://github.com/libretro/RetroArch.git#tag=37515372787c3fbd295a25e8a89b85383faab2b6
git+https://github.com/libretro/RetroArch.git#tag=e4fb5587f7144ba9cb6cd1318a69845f97ef3796
retroarch-config.patch
)
sha256sums=(
@ -84,7 +84,7 @@ build() {
cd RetroArch
./configure \
--prefix='/usr' \
--prefix=/usr \
--disable-cg \
--disable-jack \
--disable-oss \