From 9868edc9146939cbc4646e3341927c1136c97022 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 6 Sep 2019 19:27:42 +0000
Subject: [PATCH] community/retroarch to 1.7.8-3

---
 community/retroarch/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/retroarch/PKGBUILD b/community/retroarch/PKGBUILD
index ab74cfa28..2686214d4 100644
--- a/community/retroarch/PKGBUILD
+++ b/community/retroarch/PKGBUILD
@@ -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 \