mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/retroarch to 1.6.4-1
This commit is contained in:
parent
64f999926b
commit
8a39815a52
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - enable GLES
|
# - enable GLES
|
||||||
|
|
||||||
pkgname=retroarch
|
pkgname=retroarch
|
||||||
pkgver=1.6.3
|
pkgver=1.6.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Reference frontend for the libretro API'
|
pkgdesc='Reference frontend for the libretro API'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -36,9 +36,9 @@ optdepends=('libretro-desmume: Nintendo DS core'
|
||||||
'retroarch-assets-xmb: XMB menu assets'
|
'retroarch-assets-xmb: XMB menu assets'
|
||||||
'retroarch-autoconfig-udev: udev joypad autoconfig')
|
'retroarch-autoconfig-udev: udev joypad autoconfig')
|
||||||
backup=('etc/retroarch.cfg')
|
backup=('etc/retroarch.cfg')
|
||||||
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/${pkgver}.tar.gz"
|
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz"
|
||||||
'retroarch-paths.patch')
|
'retroarch-paths.patch')
|
||||||
sha256sums=('cdd09148f0f00406223495053a614599310ca27b411e68ce0042cb1fa5161c28'
|
sha256sums=('7a41fc36c2b967539c43311e2fed181006f1576393ae222517057ad30934b452'
|
||||||
'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
|
'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue