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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 23 08:38:24 UTC 2021


    Date: Tuesday, March 23, 2021 @ 08:38:24
  Author: alucryd
Revision: 900148

archrelease: copy trunk to community-x86_64

Added:
  libretro-nestopia/repos/community-x86_64/PKGBUILD
    (from rev 900147, 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-03-23 08:38:19 UTC (rev 900147)
+++ PKGBUILD	2021-03-23 08:38:24 UTC (rev 900148)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=42
-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=fd7a7423512da11dfc208fefcf2930b8b25343a1
-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 900147, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-23 08:38:24 UTC (rev 900148)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=57
+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=95be0bf886c2c26e5c1c162816bb5dbf3cdfb664
+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