diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template index 7d5ee874a12..52260be1a0a 100644 --- a/srcpkgs/retroarch/template +++ b/srcpkgs/retroarch/template @@ -1,8 +1,9 @@ # Template file for 'retroarch' pkgname=retroarch -version=20150203 -revision=2 -wrksrc="RetroArch-master" +reverts="20150203_2" +version=1.2.2 +revision=1 +wrksrc="RetroArch-$version" conf_files="/etc/retroarch.cfg" build_style=configure build_options="ffmpeg opengl jack pulseaudio sdl2 x11" @@ -20,8 +21,8 @@ short_desc="Official reference frontend for the libretro API" maintainer="Juan RP " license="GPL-3" homepage="http://www.libretro.com/" -distfiles="http://ftp.netbsd.org/pub/NetBSD/misc/jmcneill/retroarch/retroarch-${version}.zip" -checksum=55d6480eba8eadcf73c8e4e3eca3179baab35b4406431178d26348be6446833b +distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz" +checksum=1113f75f6ddb790174b0f9e0fc82ff4875e8a4d39262428a6ba4a931a147b9af build_options_default="ffmpeg"