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

Ike Devolder idevolder at archlinux.org
Sun Feb 28 17:20:16 UTC 2021


    Date: Sunday, February 28, 2021 @ 17:20:15
  Author: idevolder
Revision: 875913

upgpkg: kodi-addon-game-libretro-desmume 0.0.1.9-2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 17:20:03 UTC (rev 875912)
+++ PKGBUILD	2021-02-28 17:20:15 UTC (rev 875913)
@@ -2,17 +2,16 @@
 
 pkgname=kodi-addon-game-libretro-desmume
 pkgver=0.0.1.9
-_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.desmume'
 license=('GPL')
 groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-desmume')
-makedepends=('cmake' 'kodi-dev')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-desmume')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.desmume/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('cd4af4927d6afcc723912dc0c62b2ff3a418e147515bac7d2b899814ab66c0a6a2b8f1cd61a04bd80aa27dcece0c6a0195b0a61f0c3f32493d8c87e21f4ef5c7')
+sha512sums=('222cad6c58e0dd4bac6b124cf44afa659f6f7ed42af95187548873d1eb7348589af76e7a2b91724e5bc78049bfe52bfe818c003bfb02d213616bb45416934fab')
 
 build() {
     cd "game.libretro.desmume-$pkgver-$_codename"
@@ -26,6 +25,7 @@
 }
 
 package() {
+    depends=('kodi-addon-game-libretro' 'libretro-desmume')
     cd "game.libretro.desmume-$pkgver-$_codename"
 	make DESTDIR="$pkgdir/" install
 }



More information about the arch-commits mailing list