[arch-commits] Commit in libretro-beetle-pce-fast/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Nov 9 07:33:54 UTC 2020
Date: Monday, November 9, 2020 @ 07:33:53
Author: alucryd
Revision: 746745
archrelease: copy trunk to community-x86_64
Added:
libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD
(from rev 746744, 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-11-09 07:33:48 UTC (rev 746744)
+++ PKGBUILD 2020-11-09 07:33:53 UTC (rev 746745)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-pce-fast
-pkgver=1076
-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=180c84cd9657c36a2200153f90c986e697037965
-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 746744, libretro-beetle-pce-fast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-09 07:33:53 UTC (rev 746745)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-pce-fast
+pkgver=1080
+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=cd46fd82aea1ead94e9771b69b73fbea5bcff904
+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