Date: Saturday, February 8, 2020 @ 10:53:07 Author: alucryd Revision: 563937
archrelease: copy trunk to community-x86_64 Added: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 563936, libretro-parallel-n64/trunk/PKGBUILD) Deleted: libretro-parallel-n64/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-02-08 10:53:02 UTC (rev 563936) +++ PKGBUILD 2020-02-08 10:53:07 UTC (rev 563937) @@ -1,37 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> -# Contributor: Thomas Schneider <maxmust...@gmail.com> - -pkgname=libretro-parallel-n64 -pkgver=5121 -pkgrel=1 -pkgdesc='Nintendo 64 core' -arch=(x86_64) -url=https://github.com/libretro/parallel-n64 -license=(GPL2) -groups=(libretro) -depends=( - libgl - libretro-core-info -) -makedepends=( - git - mesa -) -source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=a71d9dfb43043b07a65c05f7e7cbd663b5508960) -sha256sums=(SKIP) - -pkgver() { - cd libretro-parallel-n64 - - git rev-list --count HEAD -} - -build() { - make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 -} - -package() { - install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/ -} - -# vim: ts=2 sw=2 et: Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 563936, libretro-parallel-n64/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-02-08 10:53:07 UTC (rev 563937) @@ -0,0 +1,37 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Thomas Schneider <maxmust...@gmail.com> + +pkgname=libretro-parallel-n64 +pkgver=5126 +pkgrel=1 +pkgdesc='Nintendo 64 core' +arch=(x86_64) +url=https://github.com/libretro/parallel-n64 +license=(GPL2) +groups=(libretro) +depends=( + libgl + libretro-core-info +) +makedepends=( + git + mesa +) +source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=519e642015cd6fa79047eb7ace18486f08176da8) +sha256sums=(SKIP) + +pkgver() { + cd libretro-parallel-n64 + + git rev-list --count HEAD +} + +build() { + make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 +} + +package() { + install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/ +} + +# vim: ts=2 sw=2 et: