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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 24 08:55:30 UTC 2020


    Date: Monday, February 24, 2020 @ 08:55:29
  Author: alucryd
Revision: 580180

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 08:55:24 UTC (rev 580179)
+++ PKGBUILD	2020-02-24 08:55:29 UTC (rev 580180)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Duck Hunt <vaporeon at tfwno.gf>
-
-pkgname=libretro-mgba
-pkgver=6674
-pkgrel=1
-pkgdesc='Nintendo Game Boy Advance core'
-arch=(x86_64)
-url=https://github.com/libretro/mgba
-license=(custom:MPL2)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-source=(libretro-mgba::git+https://github.com/libretro/mgba.git#commit=042aced46020ab3553aaa87a7527734b88c0dbad)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-mgba
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-mgba -f Makefile.libretro
-}
-
-package() {
-  install -Dm 644 libretro-mgba/mgba_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-mgba/LICENSE -t "${pkgdir}"/usr/share/licenses/libretro-mgba/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mgba/repos/community-x86_64/PKGBUILD (from rev 580179, libretro-mgba/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-24 08:55:29 UTC (rev 580180)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Duck Hunt <vaporeon at tfwno.gf>
+
+pkgname=libretro-mgba
+pkgver=6697
+pkgrel=1
+pkgdesc='Nintendo Game Boy Advance core'
+arch=(x86_64)
+url=https://github.com/libretro/mgba
+license=(custom:MPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+source=(libretro-mgba::git+https://github.com/libretro/mgba.git#commit=dd481802a7712435479ff861c9cef7cba7069d6c)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-mgba
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-mgba -f Makefile.libretro
+}
+
+package() {
+  install -Dm 644 libretro-mgba/mgba_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-mgba/LICENSE -t "${pkgdir}"/usr/share/licenses/libretro-mgba/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list