[arch-commits] Commit in libretro-beetle-pce-fast/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Sun Sep 20 08:37:08 UTC 2020


    Date: Sunday, September 20, 2020 @ 08:37:08
  Author: alucryd
Revision: 710943

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD
    (from rev 710942, libretro-beetle-pce-fast/trunk/PKGBUILD)
Deleted:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-20 08:37:03 UTC (rev 710942)
+++ PKGBUILD	2020-09-20 08:37:08 UTC (rev 710943)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-pce-fast
-pkgver=985
-pkgrel=1
-pkgdesc='NEC PC Engine/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-fast-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=bdcb39400470cfc9457e170e223a2e70130fdd5c
-source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce-fast
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-    SYSTEM_LIBCHDR=0 \
-    SYSTEM_ZLIB=1 \
-    -C libretro-beetle-pce-fast
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD (from rev 710942, libretro-beetle-pce-fast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-20 08:37:08 UTC (rev 710943)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-pce-fast
+pkgver=1008
+pkgrel=1
+pkgdesc='NEC PC Engine/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-fast-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=c640855c2151f75e313c5a49dfe03700139402ba
+source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-pce-fast
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+    SYSTEM_LIBCHDR=0 \
+    SYSTEM_ZLIB=1 \
+    -C libretro-beetle-pce-fast
+}
+
+package() {
+  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list