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

Maxime Gauduin alucryd at archlinux.org
Sat Dec 8 13:36:42 UTC 2018


    Date: Saturday, December 8, 2018 @ 13:36:42
  Author: alucryd
Revision: 412394

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 42 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 13:36:40 UTC (rev 412393)
+++ PKGBUILD	2018-12-08 13:36:42 UTC (rev 412394)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Thomas Schneider <maxmusterm at gmail.com>
-
-pkgname=libretro-parallel-n64
-pkgver=4910
-pkgrel=3
-pkgdesc='Nintendo 64 core'
-arch=('x86_64')
-url='https://github.com/libretro/parallel-n64'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libgl' 'libretro-core-info')
-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:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 412392, libretro-parallel-n64/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-08 13:36:42 UTC (rev 412394)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=libretro-parallel-n64
+pkgver=5013
+pkgrel=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url='https://github.com/libretro/parallel-n64'
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+_commit='5939f440d59ec16b37efba89f225a20a416424cd'
+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