[arch-commits] Commit in libretro-nestopia/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Dec 16 16:21:01 UTC 2020
Date: Wednesday, December 16, 2020 @ 16:21:00
Author: alucryd
Revision: 776775
archrelease: copy trunk to community-x86_64
Added:
libretro-nestopia/repos/community-x86_64/PKGBUILD
(from rev 776774, libretro-nestopia/trunk/PKGBUILD)
Deleted:
libretro-nestopia/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-16 16:20:55 UTC (rev 776774)
+++ PKGBUILD 2020-12-16 16:21:00 UTC (rev 776775)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=17
-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)
-source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=357e1463a01fe2ca0dd91941aacaaa9944f95e4d)
-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 776774, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-16 16:21:00 UTC (rev 776775)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=27
+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=6685353ce014e081e3e2498e306a2b045bf822b1
+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