[arch-commits] Commit in libretro-parallel-n64/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Sun Dec 31 14:22:41 UTC 2017


    Date: Sunday, December 31, 2017 @ 14:22:40
  Author: alucryd
Revision: 277588

archrelease: copy trunk to community-x86_64

Added:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD
    (from rev 277587, libretro-parallel-n64/trunk/PKGBUILD)
Deleted:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 37 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-31 14:22:29 UTC (rev 277587)
+++ PKGBUILD	2017-12-31 14:22:40 UTC (rev 277588)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Thomas Schneider <maxmusterm at gmail.com>
-
-pkgname=libretro-parallel-n64
-pkgver=4910
-pkgrel=1
-pkgdesc='Nintendo 64 core'
-arch=('x86_64')
-url='https://github.com/libretro/parallel-n64'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libgl')
-makedepends=('git')
-provides=('libretro-parallel-n64')
-conflicts=('libretro-parallel-n64')
-_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
-source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-parallel-n64
-
-  make WITH_DYNAREC='x86_64'
-}
-
-package() {
-  cd libretro-parallel-n64
-
-  install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 277587, libretro-parallel-n64/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-31 14:22:40 UTC (rev 277588)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=libretro-parallel-n64
+pkgver=4910
+pkgrel=2
+pkgdesc='Nintendo 64 core'
+arch=('x86_64')
+url='https://github.com/libretro/parallel-n64'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libgl')
+makedepends=('git')
+_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
+source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-parallel-n64
+
+  make WITH_DYNAREC='x86_64'
+}
+
+package() {
+  cd libretro-parallel-n64
+
+  install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list