summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6840da82d785..3d39cb973af3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-game-libretro-gambatte
pkgdesc = Libretro wrapper for Kodi's Game API
- pkgver = 0.5.0.46
+ pkgver = 0.5.0.52
pkgrel = 1
url = https://github.com/kodi-game/game.libretro.gambatte
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = kodi-addon-game-libretro-gambatte
makedepends = libretro-gambatte
options = !lto
options = debug
- source = kodi-addon-game-libretro-gambatte-0.5.0.46.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/0.5.0.46-Nexus.tar.gz
- sha512sums = dab6800986bcab824c623ee2fb47f03d8728e7ae9f5a24c32b190d1b385fa194ad187ab25d4242e83459ee99fe1b9ef43a90b44244bd6663cada9dbe9a5980f3
+ source = kodi-addon-game-libretro-gambatte-0.5.0.52.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/0.5.0.52-Nexus.tar.gz
+ sha512sums = 9c28f3011894a74f78c151dd3aab6623f0d9f5d196de026f6e49774a627eab613e277cf2c5c0917090ee314c86759c906009688a4392a0ae867ee95c007567e6
pkgname = kodi-addon-game-libretro-gambatte
depends = kodi-addon-game-libretro
diff --git a/PKGBUILD b/PKGBUILD
index 4ef1075b4661..f57407c12dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: BlackEagle <ike DOT devolder AT gmail DOT com>
pkgname=kodi-addon-game-libretro-gambatte
-pkgver=0.5.0.46
+pkgver=0.5.0.52
_codename=Nexus
pkgrel=1
pkgdesc="Libretro wrapper for Kodi's Game API"
@@ -13,7 +13,7 @@ groups=('kodi-addons' 'kodi-addons-game')
makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-gambatte')
options=(!lto debug)
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('dab6800986bcab824c623ee2fb47f03d8728e7ae9f5a24c32b190d1b385fa194ad187ab25d4242e83459ee99fe1b9ef43a90b44244bd6663cada9dbe9a5980f3')
+sha512sums=('9c28f3011894a74f78c151dd3aab6623f0d9f5d196de026f6e49774a627eab613e277cf2c5c0917090ee314c86759c906009688a4392a0ae867ee95c007567e6')
build() {
cd "game.libretro.gambatte-$pkgver-$_codename"