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

Maxime Gauduin alucryd at archlinux.org
Sat Dec 8 08:18:44 UTC 2018


    Date: Saturday, December 8, 2018 @ 08:18:43
  Author: alucryd
Revision: 412217

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 08:18:34 UTC (rev 412216)
+++ PKGBUILD	2018-12-08 08:18:43 UTC (rev 412217)
@@ -1,38 +0,0 @@
-# $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:

Copied: libretro-melonds/repos/community-x86_64/PKGBUILD (from rev 412216, libretro-melonds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-08 08:18:43 UTC (rev 412217)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-melonds
+pkgver=560
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=(x86_64)
+url='https://github.com/libretro/melonDS'
+license=(GPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit='f3a42da78908edf4500055f4cb895e144094643d'
+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