Date: Monday, December 6, 2021 @ 09:23:40 Author: alucryd Revision: 1065249
archrelease: copy trunk to community-x86_64 Added: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 1065248, libretro-nestopia/trunk/PKGBUILD) Deleted: libretro-nestopia/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-12-06 09:23:35 UTC (rev 1065248) +++ PKGBUILD 2021-12-06 09:23:40 UTC (rev 1065249) @@ -1,32 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=libretro-nestopia -pkgver=64 -pkgrel=1 -epoch=1 -pkgdesc='Nintendo Entertainment System core' -arch=(x86_64) -url=https://github.com/libretro/nestopia -license=(GPL2) -groups=(libretro) -depends=(libretro-core-info) -makedepends=(git) -_commit=ea6f1c0631bb62bf15ab96493127dd9cfaf74d1c -source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}) -sha256sums=(SKIP) - -pkgver() { - cd libretro-nestopia - - git rev-list --count HEAD -} - -build() { - make -C libretro-nestopia/libretro -} - -package() { - install -Dm 644 libretro-nestopia/libretro/nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/ -} - -# vim: ts=2 sw=2 et: Copied: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 1065248, libretro-nestopia/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-12-06 09:23:40 UTC (rev 1065249) @@ -0,0 +1,32 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=libretro-nestopia +pkgver=68 +pkgrel=1 +epoch=1 +pkgdesc='Nintendo Entertainment System core' +arch=(x86_64) +url=https://github.com/libretro/nestopia +license=(GPL2) +groups=(libretro) +depends=(libretro-core-info) +makedepends=(git) +_commit=21e2cec7a13f0a09f493637de289e59386e2fd36 +source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}) +sha256sums=(SKIP) + +pkgver() { + cd libretro-nestopia + + git rev-list --count HEAD +} + +build() { + make -C libretro-nestopia/libretro +} + +package() { + install -Dm 644 libretro-nestopia/libretro/nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/ +} + +# vim: ts=2 sw=2 et: