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

Maxime Gauduin alucryd at archlinux.org
Mon Oct 12 13:15:41 UTC 2020


    Date: Monday, October 12, 2020 @ 13:15:40
  Author: alucryd
Revision: 723637

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 13:15:31 UTC (rev 723636)
+++ PKGBUILD	2020-10-12 13:15:40 UTC (rev 723637)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-pce
-pkgver=1038
-pkgrel=1
-pkgdesc='NEC PC Engine/SuperGrafx/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=53539e1347d52ca9806c5f3d2026256673834e9e
-source=(libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-    SYSTEM_LIBCHDR=0 \
-    SYSTEM_ZLIB=1 \
-    -C libretro-beetle-pce
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce/mednafen_pce_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

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



More information about the arch-commits mailing list