[arch-commits] Commit in libretro-melonds/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Sun Nov 14 08:44:06 UTC 2021
Date: Sunday, November 14, 2021 @ 08:44:06
Author: alucryd
Revision: 1047349
archrelease: copy trunk to community-x86_64
Added:
libretro-melonds/repos/community-x86_64/PKGBUILD
(from rev 1047348, libretro-melonds/trunk/PKGBUILD)
Deleted:
libretro-melonds/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 08:44:00 UTC (rev 1047348)
+++ PKGBUILD 2021-11-14 08:44:06 UTC (rev 1047349)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-melonds
-pkgver=1982
-pkgrel=1
-pkgdesc='Nintendo DS core'
-arch=(x86_64)
-url=https://github.com/libretro/melonDS
-license=(GPL2)
-groups=(libretro)
-depends=(
- libgl
- libretro-core-info
-)
-makedepends=(
- git
- libglvnd
-)
-_commit=2c5d2ecfe744647ce3055cd21c39620a0327cb95
-source=(libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-melonds
-
- git rev-list --count HEAD
-}
-
-build() {
- export LDFLAGS="$LDFLAGS -lpthread"
-
- make -C libretro-melonds
-}
-
-package() {
- install -Dm 644 libretro-melonds/melonds_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-melonds/repos/community-x86_64/PKGBUILD (from rev 1047348, libretro-melonds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-14 08:44:06 UTC (rev 1047349)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-melonds
+pkgver=1983
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=(x86_64)
+url=https://github.com/libretro/melonDS
+license=(GPL2)
+groups=(libretro)
+depends=(
+ libgl
+ libretro-core-info
+)
+makedepends=(
+ git
+ libglvnd
+)
+_commit=1ad65728476d7b9594c4ff91a1ba60460a0a30e7
+source=(libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-melonds
+
+ git rev-list --count HEAD
+}
+
+build() {
+ export LDFLAGS="$LDFLAGS -lpthread"
+
+ make -C libretro-melonds
+}
+
+package() {
+ install -Dm 644 libretro-melonds/melonds_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list