Date: Saturday, June 9, 2018 @ 08:15:07 Author: alucryd Revision: 342137
upgpkg: libretro-snes9x 831-1 Modified: libretro-snes9x/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-09 08:09:28 UTC (rev 342136) +++ PKGBUILD 2018-06-09 08:15:07 UTC (rev 342137) @@ -2,7 +2,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-snes9x -pkgver=695 +pkgver=831 pkgrel=1 pkgdesc='Super Nintendo Entertainment System core' arch=('x86_64') @@ -9,9 +9,9 @@ url='https://github.com/libretro/snes9x' license=('custom' 'GPL2' 'LGPL2.1') groups=('libretro') -depends=('gcc-libs' 'glibc' 'libretro-core-info') +depends=('libretro-core-info') makedepends=('git') -_commit='5d60ecdfbedfcdbfd408928f208c86073292449b' +_commit='ea68e8e542eab88acf8b7899115906aa24f10582' source=("libretro-snes9x::git+https://github.com/libretro/snes9x.git#commit=${_commit}") sha256sums=('SKIP')
