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

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


    Date: Sunday, February 28, 2021 @ 17:22:31
  Author: idevolder
Revision: 875932

upgpkg: kodi-addon-game-libretro-scummvm 2.1.1.11-2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 17:22:30 UTC (rev 875931)
+++ PKGBUILD	2021-02-28 17:22:31 UTC (rev 875932)
@@ -2,17 +2,16 @@
 
 pkgname=kodi-addon-game-libretro-scummvm
 pkgver=2.1.1.11
-_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.scummvm'
 license=('GPL')
 groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-scummvm')
-makedepends=('cmake' 'kodi-dev')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-scummvm')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('f86a424bea21632950ab5c0b752c7decb61b3b675f1f762665c0dff45e7aeb8df659fefbada2890631dc369b8906cf5790d546659926a44765078ded3835cd96')
+sha512sums=('d43380ec2e7aa5bf8ae2ac2876d05d565ab90ba1bc84aeea1acaff3f744b62258f72fd2715bc9e9c9cb28242612b6abae7564e26ad856c14beabbe26fb5c90a8')
 
 build() {
     cd "game.libretro.scummvm-$pkgver-$_codename"
@@ -26,6 +25,7 @@
 }
 
 package() {
+    depends=('kodi-addon-game-libretro' 'libretro-scummvm')
     cd "game.libretro.scummvm-$pkgver-$_codename"
 	make DESTDIR="$pkgdir/" install
 }



More information about the arch-commits mailing list