[arch-commits] Commit in libretro-nestopia/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jan 19 09:31:21 UTC 2022


    Date: Wednesday, January 19, 2022 @ 09:31:20
  Author: alucryd
Revision: 1110445

archrelease: copy trunk to community-x86_64

Added:
  libretro-nestopia/repos/community-x86_64/PKGBUILD
    (from rev 1110444, libretro-nestopia/trunk/PKGBUILD)
Deleted:
  libretro-nestopia/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 09:31:15 UTC (rev 1110444)
+++ PKGBUILD	2022-01-19 09:31:20 UTC (rev 1110445)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=72
-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=dac600cad9c23c6bb9ed1d79754b109672e8e29c
-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 1110444, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-19 09:31:20 UTC (rev 1110445)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=73
+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=5dd53e7ff2b2a02d0dfe85bd8a1513cdf41d53b5
+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:



More information about the arch-commits mailing list