[arch-commits] Commit in libretro-beetle-supergrafx/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu May 28 07:58:24 UTC 2020
Date: Thursday, May 28, 2020 @ 07:58:23
Author: alucryd
Revision: 636156
archrelease: copy trunk to community-x86_64
Added:
libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
(from rev 636155, libretro-beetle-supergrafx/trunk/PKGBUILD)
Deleted:
libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-28 07:58:17 UTC (rev 636155)
+++ PKGBUILD 2020-05-28 07:58:23 UTC (rev 636156)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-supergrafx
-pkgver=808
-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
-)
-makedepends=(git)
-source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=fadef23d59fa5ec17bc99e1e722cfd9e10535695)
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-beetle-supergrafx
-
- git rev-list --count HEAD
-}
-
-build() {
- make -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 636155, libretro-beetle-supergrafx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-28 07:58:23 UTC (rev 636156)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-supergrafx
+pkgver=810
+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
+)
+makedepends=(git)
+source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=49c87096495438021a32c1bd1abd59b6a8b61ce9)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-beetle-supergrafx
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make -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