summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Carnaghi2023-04-23 19:56:19 +0200
committerMichele Carnaghi2023-04-23 19:56:19 +0200
commit212ce290f155935305b3aee24178e62e424b18f2 (patch)
tree8489cba4de9255a668243da44cd53e4a903a9a57
parent547e562f647e649a14b7a99bf4bd2a1f4611dee8 (diff)
downloadaur-212ce290f155935305b3aee24178e62e424b18f2.tar.gz
updated to 0.5.0.42 Nexus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de421454df25..4662ba3dea98 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.41
+ pkgver = 0.5.0.42
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.41.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/0.5.0.41-Nexus.tar.gz
- sha512sums = 2b31142ab9497dbd48ad3f6219aeab59c321df26de9e165b25904c3c28c3093382e9e16abca0c8996ba41b767cb295893b0255b909abdad9bdf2f78f53d45b61
+ source = kodi-addon-game-libretro-gambatte-0.5.0.42.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/0.5.0.42-Nexus.tar.gz
+ sha512sums = 06d9e0cf75cf4acf512060ba15410cd1df33bbb5de3076d5454f3e2530192369d40ad13a08de440feea29f826bb9e48a0cec448c37728f292bd40da4d90c01aa
pkgname = kodi-addon-game-libretro-gambatte
depends = kodi-addon-game-libretro
diff --git a/PKGBUILD b/PKGBUILD
index 48c7cc25c5a9..01091954b770 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.41
+pkgver=0.5.0.42
_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=('2b31142ab9497dbd48ad3f6219aeab59c321df26de9e165b25904c3c28c3093382e9e16abca0c8996ba41b767cb295893b0255b909abdad9bdf2f78f53d45b61')
+sha512sums=('06d9e0cf75cf4acf512060ba15410cd1df33bbb5de3076d5454f3e2530192369d40ad13a08de440feea29f826bb9e48a0cec448c37728f292bd40da4d90c01aa')
build() {
cd "game.libretro.gambatte-$pkgver-$_codename"