Date: Sunday, September 29, 2019 @ 18:38:36 Author: alucryd Revision: 512100
archrelease: copy trunk to community-x86_64 Added: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 512099, libretro-mupen64plus-next/trunk/PKGBUILD) Deleted: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 87 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-09-29 18:38:31 UTC (rev 512099) +++ PKGBUILD 2019-09-29 18:38:36 UTC (rev 512100) @@ -1,43 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=libretro-mupen64plus-next -pkgver=169 -pkgrel=1 -epoch=1 -pkgdesc='Nintendo 64 core' -arch=(x86_64) -url=https://github.com/libretro/mupen64plus-libretro-nx -license=(GPL2) -groups=(libretro) -depends=( - libgl - libpng - libretro-core-info -) -makedepends=( - git - mesa - nasm -) -source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=f818ff22fb7549f08b74ffe3974ce844e11d9679) -sha256sums=(SKIP) - -pkgver() { - cd libretro-mupen64plus-next - - git rev-list --count HEAD -} - -build() { - cd libretro-mupen64plus-next - - make WITH_DYNAREC='x86_64' -} - -package() { - cd libretro-mupen64plus-next - - install -Dm 644 mupen64plus_next_libretro.so -t "${pkgdir}"/usr/lib/libretro/ -} - -# vim: ts=2 sw=2 et: Copied: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 512099, libretro-mupen64plus-next/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-09-29 18:38:36 UTC (rev 512100) @@ -0,0 +1,44 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=libretro-mupen64plus-next +pkgver=169 +pkgrel=2 +epoch=1 +pkgdesc='Nintendo 64 core' +arch=(x86_64) +url=https://github.com/libretro/mupen64plus-libretro-nx +license=(GPL2) +groups=(libretro) +depends=( + libgl + libpng + libretro-core-info +) +makedepends=( + git + mesa + nasm +) +replaces=(libretro-mupen64plus) +source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=f818ff22fb7549f08b74ffe3974ce844e11d9679) +sha256sums=(SKIP) + +pkgver() { + cd libretro-mupen64plus-next + + git rev-list --count HEAD +} + +build() { + cd libretro-mupen64plus-next + + make WITH_DYNAREC='x86_64' +} + +package() { + cd libretro-mupen64plus-next + + install -Dm 644 mupen64plus_next_libretro.so -t "${pkgdir}"/usr/lib/libretro/ +} + +# vim: ts=2 sw=2 et: