[arch-commits] Commit in kodi-addon-game-libretro-nestopia/trunk (PKGBUILD)

Ike Devolder idevolder at archlinux.org
Sun Feb 28 17:22:00 UTC 2021


    Date: Sunday, February 28, 2021 @ 17:22:00
  Author: idevolder
Revision: 875927

upgpkg: kodi-addon-game-libretro-nestopia 1.50.0.13-2

Modified:
  kodi-addon-game-libretro-nestopia/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 17:21:48 UTC (rev 875926)
+++ PKGBUILD	2021-02-28 17:22:00 UTC (rev 875927)
@@ -2,17 +2,16 @@
 
 pkgname=kodi-addon-game-libretro-nestopia
 pkgver=1.50.0.13
-_codename=Leia
-pkgrel=1
+_codename=Matrix
+pkgrel=2
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.nestopia'
 license=('GPL')
 groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-nestopia')
-makedepends=('cmake' 'kodi-dev')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-nestopia')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.nestopia/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('cf239e5822d6b799f244b3ad828747855271c29eb6af5a58b87943db202b86190a36f4ba85abc2bf5159bf8dcd74653162cda1a070d0d89aa61fe14c9d735932')
+sha512sums=('cde1e13de506b1f994a488d32247ee1cf1bf4a8fd6e8d35f4cf77a626e9b7b40f5755d6cab7bd5b1a298b05457e3f4be0a22bdf6ea60280251c9b4bdf9e1781c')
 
 build() {
     cd "game.libretro.nestopia-$pkgver-$_codename"
@@ -26,6 +25,7 @@
 }
 
 package() {
+    depends=('kodi-addon-game-libretro' 'libretro-nestopia')
     cd "game.libretro.nestopia-$pkgver-$_codename"
 	make DESTDIR="$pkgdir/" install
 }



More information about the arch-commits mailing list