[arch-commits] Commit in libretro-mesen-s/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Aug 5 06:58:39 UTC 2020


    Date: Wednesday, August 5, 2020 @ 06:58:39
  Author: alucryd
Revision: 669039

archrelease: copy trunk to community-x86_64

Added:
  libretro-mesen-s/repos/community-x86_64/PKGBUILD
    (from rev 669038, libretro-mesen-s/trunk/PKGBUILD)
Deleted:
  libretro-mesen-s/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-05 06:58:34 UTC (rev 669038)
+++ PKGBUILD	2020-08-05 06:58:39 UTC (rev 669039)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-mesen-s
-pkgver=916
-pkgrel=1
-pkgdesc='Super Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/SourMesen/Mesen-S
-license=(GPL3)
-groups=(libretro)
-depends=(
-  gcc-libs
-  libretro-core-info
-)
-makedepends=(git)
-_commit=89199f298a95345a893d814525b6668567a6d490
-source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd Mesen-S
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C Mesen-S/Libretro
-}
-
-package() {
-  install -Dm 644 Mesen-S/Libretro/mesens_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mesen-s/repos/community-x86_64/PKGBUILD (from rev 669038, libretro-mesen-s/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-05 06:58:39 UTC (rev 669039)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mesen-s
+pkgver=916
+pkgrel=2
+pkgdesc='Super Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/SourMesen/Mesen-S
+license=(GPL3)
+groups=(libretro)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
+makedepends=(git)
+_commit=89199f298a95345a893d814525b6668567a6d490
+source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd Mesen-S
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C Mesen-S/Libretro
+}
+
+package() {
+  install -Dm 644 Mesen-S/Libretro/mesen-s_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list