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

Maxime Gauduin alucryd at archlinux.org
Sun Dec 31 19:37:13 UTC 2017


    Date: Sunday, December 31, 2017 @ 19:37:13
  Author: alucryd
Revision: 277616

archrelease: copy trunk to community-x86_64

Added:
  libretro-melonds/repos/community-x86_64/PKGBUILD
    (from rev 277615, libretro-melonds/trunk/PKGBUILD)
Deleted:
  libretro-melonds/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-31 19:37:03 UTC (rev 277615)
+++ PKGBUILD	2017-12-31 19:37:13 UTC (rev 277616)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-melonds
-pkgver=541
-pkgrel=1
-pkgdesc='Nintendo DS core'
-arch=('x86_64')
-url='https://github.com/libretro/melonDS'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libretro-core-info')
-makedepends=('git')
-_commit='9440f3d5f02d3af049b4610f38f528ce9c57629c'
-source=("libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libretro-melonds
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-melonds
-
-  export LDFLAGS="$LDFLAGS -lpthread"
-
-  make
-}
-
-package() {
-  cd libretro-melonds
-
-  install -Dm 644 melonds_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-melonds/repos/community-x86_64/PKGBUILD (from rev 277615, libretro-melonds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-31 19:37:13 UTC (rev 277616)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-melonds
+pkgver=541
+pkgrel=2
+pkgdesc='Nintendo DS core'
+arch=('x86_64')
+url='https://github.com/libretro/melonDS'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
+makedepends=('git')
+_commit='9440f3d5f02d3af049b4610f38f528ce9c57629c'
+source=("libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-melonds
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-melonds
+
+  export LDFLAGS="$LDFLAGS -lpthread"
+
+  make
+}
+
+package() {
+  cd libretro-melonds
+
+  install -Dm 644 melonds_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list