[arch-commits] Commit in libretro-beetle-supergrafx/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 15:08:38 UTC 2021
Date: Thursday, May 6, 2021 @ 15:08:37
Author: alucryd
Revision: 928483
archrelease: copy trunk to community-x86_64
Added:
libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
(from rev 928482, libretro-beetle-supergrafx/trunk/PKGBUILD)
Deleted:
libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 15:08:31 UTC (rev 928482)
+++ PKGBUILD 2021-05-06 15:08:37 UTC (rev 928483)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-supergrafx
-pkgver=916
-pkgrel=1
-pkgdesc='NEC SuperGrafx core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-supergrafx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
- gcc-libs
- glibc
- libretro-core-info
- zlib
-)
-makedepends=(git)
-_commit=b62586bc04b4852ccec5d53689e379decafd23a8
-source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-beetle-supergrafx
-
- git rev-list --count HEAD
-}
-
-build() {
- make \
- SYSTEM_LIBCHDR=0 \
- SYSTEM_ZLIB=1 \
- -C libretro-beetle-supergrafx
-}
-
-package() {
- install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD (from rev 928482, libretro-beetle-supergrafx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 15:08:37 UTC (rev 928483)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-supergrafx
+pkgver=923
+pkgrel=1
+pkgdesc='NEC SuperGrafx core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-supergrafx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+ gcc-libs
+ glibc
+ libretro-core-info
+ zlib
+)
+makedepends=(git)
+_commit=7a84c5e3b9e0dc44266d3442130296888f3c573a
+source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-beetle-supergrafx
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make \
+ SYSTEM_LIBCHDR=0 \
+ SYSTEM_ZLIB=1 \
+ -C libretro-beetle-supergrafx
+}
+
+package() {
+ install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list