community/retroarch to 1.5.0-1

This commit is contained in:
Kevin Mihelich 2017-03-11 20:23:55 +00:00
parent 32052475c9
commit 4e1e69271c

View file

@ -7,7 +7,7 @@
# - enable GLES
pkgname=retroarch
pkgver=1.4.1
pkgver=1.5.0
pkgrel=1
pkgdesc='Reference frontend for the libretro API'
arch=('i686' 'x86_64')
@ -19,7 +19,7 @@ depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
makedepends=('git' 'vulkan-icd-loader')
makedepends=('vulkan-icd-loader')
optdepends=('libretro-desmume: Nintendo DS core'
'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
'libretro-genesis-plus: Sega Master System/Genesis/Game Gear/CD/32X core'
@ -35,12 +35,11 @@ optdepends=('libretro-desmume: Nintendo DS core'
'retroarch-assets-xmb: XMB menu assets'
'retroarch-autoconfig-udev: udev joypad autoconfig')
backup=('etc/retroarch.cfg')
_commit=('d8855caae9fe3e249a2aab358480e2fe16c4ef0e')
source=("git+https://github.com/libretro/RetroArch.git#commit=${_commit}")
sha256sums=('SKIP')
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz")
sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5')
build() {
cd RetroArch
cd RetroArch-${pkgver}
./configure \
--prefix='/usr' \
@ -54,7 +53,7 @@ build() {
}
package() {
cd RetroArch
cd RetroArch-${pkgver}
make DESTDIR="${pkgdir}" install