Date: Friday, December 22, 2017 @ 15:53:45 Author: alucryd Revision: 275519
upgpkg: libretro-genesis-plus-gx 1366-1 Modified: libretro-genesis-plus-gx/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-22 15:50:21 UTC (rev 275518) +++ PKGBUILD 2017-12-22 15:53:45 UTC (rev 275519) @@ -5,7 +5,7 @@ # Contributor: almostalive <[email protected]> pkgname=libretro-genesis-plus-gx -pkgver=1111 +pkgver=1366 pkgrel=1 pkgdesc='Sega MS/GG/MD/CD core' arch=('x86_64') @@ -12,13 +12,11 @@ url='https://github.com/libretro/Genesis-Plus-GX' license=('BSD' 'LGPL2.1') groups=('libretro') -depends=('glibc') +depends=('glibc' 'libretro-core-info') makedepends=('git') -_commit='afa38e3e37f542b597e000cee973acabe3b2fd9e' -source=("libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit}" - 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info') -sha256sums=('SKIP' - 'ef74514ba5836e93dba7eb17d092590d1c34fbca644a1c3ec55a832a8d1f8717') +_commit='5c515fb88ea15a8898f3d5768a994b1752fb511b' +source=("libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit}") +sha256sums=('SKIP') pkgver() { cd libretro-genesis-plus-gx @@ -36,8 +34,6 @@ cd libretro-genesis-plus-gx install -Dm 644 genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/ - install -Dm 644 ../genesis_plus_gx_libretro.info -t "${pkgdir}"/usr/share/libretro/info/ - install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/ }
