summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Carnaghi2023-03-26 19:03:12 +0200
committerMichele Carnaghi2023-03-26 19:03:12 +0200
commit547e562f647e649a14b7a99bf4bd2a1f4611dee8 (patch)
tree9bf70137c111679f5a7da6895f99b95a95164a1a
parent5ae7027e581ec5e8c98983c71f87dc60d2c66690 (diff)
downloadaur-547e562f647e649a14b7a99bf4bd2a1f4611dee8.tar.gz
updated to 0.5.0.41 Nexus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58f4ccfedddd..de421454df25 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.39
+ pkgver = 0.5.0.41
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.39.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/0.5.0.39-Nexus.tar.gz
- sha512sums = 658dceb0d29904fd510c9a6e7f6f7f7960a95444605f3b915c91f07d2062d22a3f0a9af04f286afa4471b1625f815973e0944bed00a09ab5c6c657b5046b5203
+ source = kodi-addon-game-libretro-gambatte-0.5.0.41.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/0.5.0.41-Nexus.tar.gz
+ sha512sums = 2b31142ab9497dbd48ad3f6219aeab59c321df26de9e165b25904c3c28c3093382e9e16abca0c8996ba41b767cb295893b0255b909abdad9bdf2f78f53d45b61
pkgname = kodi-addon-game-libretro-gambatte
depends = kodi-addon-game-libretro
diff --git a/PKGBUILD b/PKGBUILD
index 18886288eb18..48c7cc25c5a9 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.39
+pkgver=0.5.0.41
_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=('658dceb0d29904fd510c9a6e7f6f7f7960a95444605f3b915c91f07d2062d22a3f0a9af04f286afa4471b1625f815973e0944bed00a09ab5c6c657b5046b5203')
+sha512sums=('2b31142ab9497dbd48ad3f6219aeab59c321df26de9e165b25904c3c28c3093382e9e16abca0c8996ba41b767cb295893b0255b909abdad9bdf2f78f53d45b61')
build() {
cd "game.libretro.gambatte-$pkgver-$_codename"