Date: Sunday, May 7, 2023 @ 12:34:11
Author: alucryd
Revision: 1459283
archrelease: copy trunk to community-x86_64
Added:
libretro-melonds/repos/community-x86_64/PKGBUILD
(from rev 1459282, libretro-melonds/trunk/PKGBUILD)
Deleted:
libretro-melonds/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 12:34:01 UTC (rev 1459282)
+++ PKGBUILD 2023-05-07 12:34:11 UTC (rev 1459283)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=libretro-melonds
-pkgver=2012
-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=0e1f06da626cbe67215c3f06f6bdf510dd4e4649
-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 1459282,
libretro-melonds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 12:34:11 UTC (rev 1459283)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=libretro-melonds
+pkgver=2014
+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=c6488c88cb4c7583dbcd61609e0eef441572fae8
+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: