Date: Tuesday, August 24, 2021 @ 20:46:07 Author: idevolder Revision: 1004677
upgpkg: kodi-addon-game-libretro-scummvm 2.1.1.15-1 Modified: kodi-addon-game-libretro-scummvm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-24 20:45:49 UTC (rev 1004676) +++ PKGBUILD 2021-08-24 20:46:07 UTC (rev 1004677) @@ -1,9 +1,9 @@ # Maintainer: BlackEagle <ike.devol...@gmail.com>> pkgname=kodi-addon-game-libretro-scummvm -pkgver=2.1.1.14 +pkgver=2.1.1.15 _codename=Matrix -pkgrel=6 +pkgrel=1 pkgdesc="Libretro wrapper for Kodi's Game API" arch=('x86_64') url='https://github.com/kodi-game/game.libretro.scummvm' @@ -11,7 +11,7 @@ groups=('kodi-addons' 'kodi-addons-game') 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=('8a1c04b9f90ff79a07633361b310379cf982709132ee3614ff4ab1c0c52f60ea650339384b7ae3d73df4bdcfb29e8f29dfe774d1b4026c817d2b33c0ddb17652') +sha512sums=('c75ef3fd0e7c152ee49bc4df6d45162b54e67391780c46a5995bf541f01d6de17df87199f4a3bec324e6bf5720503653c9391db5b8bc0888676c182d1bb9da01') build() { cd "game.libretro.scummvm-$pkgver-$_codename"