[arch-commits] Commit in libretro-mesen/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Jul 4 15:55:23 UTC 2020
Date: Saturday, July 4, 2020 @ 15:55:23
Author: alucryd
Revision: 657731
archrelease: copy trunk to community-x86_64
Added:
libretro-mesen/repos/community-x86_64/PKGBUILD
(from rev 657730, libretro-mesen/trunk/PKGBUILD)
Deleted:
libretro-mesen/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-04 15:55:18 UTC (rev 657730)
+++ PKGBUILD 2020-07-04 15:55:23 UTC (rev 657731)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-mesen
-pkgver=2898
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/SourMesen/Mesen
-license=(GPL3)
-groups=(libretro)
-depends=(
- gcc-libs
- libretro-core-info
-)
-makedepends=(git)
-_commit=d738b2b9bfc96f1cb139c766337ef06cde428e76
-source=(git+https://github.com/SourMesen/Mesen.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
- cd Mesen
-
- git rev-list --count HEAD
-}
-
-build() {
- make -C Mesen/Libretro
-}
-
-package() {
- install -Dm 644 Mesen/Libretro/mesen_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-mesen/repos/community-x86_64/PKGBUILD (from rev 657730, libretro-mesen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-04 15:55:23 UTC (rev 657731)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mesen
+pkgver=2903
+pkgrel=1
+pkgdesc='Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/SourMesen/Mesen
+license=(GPL3)
+groups=(libretro)
+depends=(
+ gcc-libs
+ libretro-core-info
+)
+makedepends=(git)
+_commit=86326e832974d984846ae078e568c023a5f76f1f
+source=(git+https://github.com/SourMesen/Mesen.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd Mesen
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make -C Mesen/Libretro
+}
+
+package() {
+ install -Dm 644 Mesen/Libretro/mesen_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list