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

Maxime Gauduin alucryd at archlinux.org
Sat Feb 8 10:52:39 UTC 2020


    Date: Saturday, February 8, 2020 @ 10:52:38
  Author: alucryd
Revision: 563935

archrelease: copy trunk to community-x86_64

Added:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
    (from rev 563934, libretro-mupen64plus-next/trunk/PKGBUILD)
Deleted:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-08 10:52:33 UTC (rev 563934)
+++ PKGBUILD	2020-02-08 10:52:38 UTC (rev 563935)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-mupen64plus-next
-pkgver=192
-pkgrel=1
-epoch=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/mupen64plus-libretro-nx
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libpng
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-  nasm
-)
-replaces=(libretro-mupen64plus)
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=39048f20d0a28e906095a744f1b1553dfb16c7df)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-mupen64plus-next
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64
-}
-
-package() {
-  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 563934, libretro-mupen64plus-next/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-08 10:52:38 UTC (rev 563935)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mupen64plus-next
+pkgver=194
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/mupen64plus-libretro-nx
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libpng
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+  nasm
+)
+replaces=(libretro-mupen64plus)
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=39b555e52bc8821c15f5aa33e366285cd9272630)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-mupen64plus-next
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64
+}
+
+package() {
+  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list