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 \