[arch-commits] Commit in libretro-parallel-n64/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Jan 22 08:52:39 UTC 2021
Date: Friday, January 22, 2021 @ 08:52:38
Author: alucryd
Revision: 824386
archrelease: copy trunk to community-x86_64
Added:
libretro-parallel-n64/repos/community-x86_64/PKGBUILD
(from rev 824385, 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-01-22 08:52:33 UTC (rev 824385)
+++ PKGBUILD 2021-01-22 08:52:38 UTC (rev 824386)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Thomas Schneider <maxmusterm at gmail.com>
-
-pkgname=libretro-parallel-n64
-pkgver=5215
-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=dba9fc8b64351b6cf3dfb0bec2ec39f01101f48e
-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 824385, libretro-parallel-n64/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-22 08:52:38 UTC (rev 824386)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=libretro-parallel-n64
+pkgver=5217
+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=704b2cb4874fe01bc58467d1930c2a4fa5df777c
+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