[arch-commits] Commit in libretro-melonds/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Nov 24 07:37:02 UTC 2020
Date: Tuesday, November 24, 2020 @ 07:37:01
Author: alucryd
Revision: 760878
archrelease: copy trunk to community-x86_64
Added:
libretro-melonds/repos/community-x86_64/PKGBUILD
(from rev 760877, libretro-melonds/trunk/PKGBUILD)
Deleted:
libretro-melonds/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-24 07:36:55 UTC (rev 760877)
+++ PKGBUILD 2020-11-24 07:37:01 UTC (rev 760878)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-melonds
-pkgver=1569
-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=289d544859e6abfab855f6208052bef0bf4a4592
-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 760877, libretro-melonds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-24 07:37:01 UTC (rev 760878)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-melonds
+pkgver=1590
+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=2c7dff7729f71a4ab17d8f5b1331c26eb9802c4b
+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