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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 23 15:31:03 UTC 2020


    Date: Thursday, January 23, 2020 @ 15:31:02
  Author: alucryd
Revision: 554980

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 31 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 15:30:57 UTC (rev 554979)
+++ PKGBUILD	2020-01-23 15:31:02 UTC (rev 554980)
@@ -1,35 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=947
-pkgrel=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='28aa27ccd6a44cf8e1e406b58356a8d0bb646834'
-source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-nestopia
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-nestopia/libretro
-
-  make
-}
-
-package() {
-  cd libretro-nestopia/libretro
-
-  install -Dm 644 nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 554979, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-23 15:31:02 UTC (rev 554980)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=15
+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)
+source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=70c53f08c0cc92e90d095d6558ab737ce20431ac)
+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