mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/retroarch to 1.7.8-3
This commit is contained in:
parent
27c2126384
commit
9868edc914
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue