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

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


    Date: Tuesday, March 23, 2021 @ 08:38:34
  Author: alucryd
Revision: 900150

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 08:38:29 UTC (rev 900149)
+++ PKGBUILD	2021-03-23 08:38:34 UTC (rev 900150)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Thomas Schneider <maxmusterm at gmail.com>
-
-pkgname=libretro-parallel-n64
-pkgver=5218
-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=6e26fbbc5a85f9613a01c1880142add81d618e19
-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() {
-  make \
-    WITH_DYNAREC=x86_64 \
-    HAVE_PARALLEL=1 \
-    HAVE_PARALLEL_RSP=1 \
-    HAVE_THR_AL=1 \
-    -C libretro-parallel-n64
-}
-
-package() {
-  install -Dm 644 libretro-parallel-n64/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 900149, libretro-parallel-n64/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-23 08:38:34 UTC (rev 900150)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=libretro-parallel-n64
+pkgver=5219
+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=133c655bfcec8e3105ea4d1fc028c6d2ba9e4cdb
+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() {
+  make \
+    WITH_DYNAREC=x86_64 \
+    HAVE_PARALLEL=1 \
+    HAVE_PARALLEL_RSP=1 \
+    HAVE_THR_AL=1 \
+    -C libretro-parallel-n64
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list