[arch-commits] Commit in libretro-beetle-pce-fast/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jan 10 10:49:26 UTC 2022
Date: Monday, January 10, 2022 @ 10:49:26
Author: alucryd
Revision: 1099044
archrelease: copy trunk to community-x86_64
Added:
libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD
(from rev 1099043, 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 2022-01-10 10:49:20 UTC (rev 1099043)
+++ PKGBUILD 2022-01-10 10:49:26 UTC (rev 1099044)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-pce-fast
-pkgver=1155
-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=6f63eab86abab335c1e337d4e8c1582bceda5708
-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 1099043, libretro-beetle-pce-fast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-10 10:49:26 UTC (rev 1099044)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-pce-fast
+pkgver=1157
+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=eb57e0c21f082de9f0ba86f26b3c716a2ed18b14
+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