[arch-commits] Commit in libretro-nestopia/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Jun 21 06:56:59 UTC 2021
Date: Monday, June 21, 2021 @ 06:56:59
Author: alucryd
Revision: 966388
archrelease: copy trunk to community-x86_64
Added:
libretro-nestopia/repos/community-x86_64/PKGBUILD
(from rev 966387, libretro-nestopia/trunk/PKGBUILD)
Deleted:
libretro-nestopia/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-21 06:56:54 UTC (rev 966387)
+++ PKGBUILD 2021-06-21 06:56:59 UTC (rev 966388)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=57
-pkgrel=1
-epoch=1
-pkgdesc='Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/libretro/nestopia
-license=(GPL2)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-_commit=95be0bf886c2c26e5c1c162816bb5dbf3cdfb664
-source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-nestopia
-
- git rev-list --count HEAD
-}
-
-build() {
- make -C libretro-nestopia/libretro
-}
-
-package() {
- install -Dm 644 libretro-nestopia/libretro/nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 966387, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-21 06:56:59 UTC (rev 966388)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=60
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/libretro/nestopia
+license=(GPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=c924b9d2cf8918b42fa1fa7db073a07a04e0c8cc
+source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-nestopia
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make -C libretro-nestopia/libretro
+}
+
+package() {
+ install -Dm 644 libretro-nestopia/libretro/nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list