[arch-commits] Commit in libretro-mgba/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Dec 8 08:20:43 UTC 2018


    Date: Saturday, December 8, 2018 @ 08:20:42
  Author: alucryd
Revision: 412218

upgpkg: libretro-mgba 5856-1

Modified:
  libretro-mgba/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 08:18:43 UTC (rev 412217)
+++ PKGBUILD	2018-12-08 08:20:42 UTC (rev 412218)
@@ -2,18 +2,18 @@
 # Contributor: Duck Hunt <vaporeon at tfwno.gf>
 
 pkgname=libretro-mgba
-pkgver=4963
+pkgver=5856
 pkgrel=1
 pkgdesc='Nintendo Game Boy Advance core'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/libretro/mgba'
-license=('custom:MPL2')
-groups=('libretro')
-depends=('glibc' 'libretro-core-info')
-makedepends=('git')
-_commit='837b292c48d03dea12d1928bf618d83f6cccf9ab'
-source=("libretro-mgba::git+https://github.com/libretro/mgba.git#commit=${_commit}")
-sha256sums=('SKIP')
+license=(custom:MPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit='6db8583de133ccc5d56fcd1834a3d23ec87cd46d'
+source=(libretro-mgba::git+https://github.com/libretro/mgba.git#commit=${_commit})
+sha256sums=(SKIP)
 
 pkgver() {
   cd libretro-mgba



More information about the arch-commits mailing list