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

Maxime Gauduin alucryd at archlinux.org
Fri Jan 19 20:00:20 UTC 2018


    Date: Friday, January 19, 2018 @ 20:00:19
  Author: alucryd
Revision: 284198

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-19 19:59:46 UTC (rev 284197)
+++ PKGBUILD	2018-01-19 20:00:19 UTC (rev 284198)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=851
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=('x86_64')
-url='https://github.com/libretro/nestopia'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libretro-core-info')
-makedepends=('git')
-_commit='e4b6750128f8c51fec4113fdb059fea199373c98'
-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 284197, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-19 20:00:19 UTC (rev 284198)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=867
+pkgrel=1
+pkgdesc='Nintendo Entertainment System core'
+arch=('x86_64')
+url='https://github.com/libretro/nestopia'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
+makedepends=('git')
+_commit='ccef99cc74a21c871ecd20cdf4b52d3d556a5a0c'
+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:



More information about the arch-commits mailing list