summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Carnaghi2023-03-26 19:15:54 +0200
committerMichele Carnaghi2023-03-26 19:15:54 +0200
commit2477379b617a98844cf0cc3c62207eba8cc62044 (patch)
tree950f3c9ab5a7f6a973ea7875217fe4eae35ab8c6
parent0b72bebbc54a4e00c0ea0d9a331b06ea03047bb3 (diff)
downloadaur-2477379b617a98844cf0cc3c62207eba8cc62044.tar.gz
updated to 1.61.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 9dd8d10c565b..f918793910b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-game-libretro-snes9x
pkgdesc = This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons
- pkgver = 1.61.0.40
+ pkgver = 1.61.0.41
pkgrel = 1
url = https://github.com/kodi-game/game.libretro.snes9x
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = kodi-addon-game-libretro-snes9x
makedepends = libretro-snes9x
options = !lto
options = debug
- source = kodi-addon-game-libretro-snes9x-1.61.0.40.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/1.61.0.40-Nexus.tar.gz
- sha512sums = facbf57088479cb2283ef7fefa55055f83ed3fda823178973bbf87356397292c826da9b9162421b1a3af6a39e857e4695bfe1e3dd71179440eaf7219d55c20c4
+ source = kodi-addon-game-libretro-snes9x-1.61.0.41.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/1.61.0.41-Nexus.tar.gz
+ sha512sums = 64795c5394ff024eb03cb873943743a6f83484753d431839653c24ff9bb7e85486b852ed5d965b9cb4ee8833953d9d0d9629414ad984a401402c077069273356
pkgname = kodi-addon-game-libretro-snes9x
depends = kodi-addon-game-libretro
diff --git a/PKGBUILD b/PKGBUILD
index 7bbf1c28d86e..c97823c5addd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: BlackEagle <ike DOT devolder AT gmail DOT com>
pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.61.0.40
+pkgver=1.61.0.41
_codename=Nexus
pkgrel=1
pkgdesc="This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons"
@@ -13,7 +13,7 @@ groups=('kodi-addons' 'kodi-addons-game')
makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-snes9x')
options=(!lto debug)
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('facbf57088479cb2283ef7fefa55055f83ed3fda823178973bbf87356397292c826da9b9162421b1a3af6a39e857e4695bfe1e3dd71179440eaf7219d55c20c4')
+sha512sums=('64795c5394ff024eb03cb873943743a6f83484753d431839653c24ff9bb7e85486b852ed5d965b9cb4ee8833953d9d0d9629414ad984a401402c077069273356')
build() {
cd "game.libretro.snes9x-$pkgver-$_codename"