Date: Thursday, January 23, 2020 @ 15:21:30 Author: alucryd Revision: 554972
upgpkg: libretro-melonds 1069-1 Modified: libretro-melonds/trunk/PKGBUILD ----------+ PKGBUILD | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-23 15:17:10 UTC (rev 554971) +++ PKGBUILD 2020-01-23 15:21:30 UTC (rev 554972) @@ -1,18 +1,23 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-melonds -pkgver=560 +pkgver=1069 pkgrel=1 pkgdesc='Nintendo DS core' arch=(x86_64) -url='https://github.com/libretro/melonDS' +url=https://github.com/libretro/melonDS license=(GPL2) groups=(libretro) -depends=(libretro-core-info) -makedepends=(git) -_commit='f3a42da78908edf4500055f4cb895e144094643d' -source=(libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit}) -sha256sums=('SKIP') +depends=( + libgl + libretro-core-info +) +makedepends=( + git + libglvnd +) +source=(libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=42c1acd5c47dcda17288dcb64ea4adb8e13b8732) +sha256sums=(SKIP) pkgver() { cd libretro-melonds @@ -21,17 +26,13 @@ } build() { - cd libretro-melonds - export LDFLAGS="$LDFLAGS -lpthread" - make + make -C libretro-melonds } package() { - cd libretro-melonds - - install -Dm 644 melonds_libretro.so -t "${pkgdir}"/usr/lib/libretro/ + install -Dm 644 libretro-melonds/melonds_libretro.so -t "${pkgdir}"/usr/lib/libretro/ } # vim: ts=2 sw=2 et:
