summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Carnaghi2024-04-28 19:27:36 +0200
committerMichele Carnaghi2024-04-28 19:27:36 +0200
commit699253833fd058ce4dbf361ace9418bbe21febae (patch)
treefbbc6453385e39bb808995305405c93ff11c3a35
parentb3cc7f60aa2fcb38a2d8c0b52a690d55ee7dcc5f (diff)
downloadaur-699253833fd058ce4dbf361ace9418bbe21febae.tar.gz
updated to 0.62.0.44-Nexus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe0b9b1a4cab..352fdb3aec25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-game-libretro-tyrquake
pkgdesc = This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons
- pkgver = 0.62.0.40
+ pkgver = 0.62.0.44
pkgrel = 1
url = https://github.com/kodi-game/game.libretro.tyrquake
arch = aarch64
@@ -14,8 +14,8 @@ pkgbase = kodi-addon-game-libretro-tyrquake
makedepends = libretro-tyrquake
options = !lto
options = debug
- source = kodi-addon-game-libretro-tyrquake-0.62.0.40.tar.gz::https://github.com/kodi-game/game.libretro.tyrquake/archive/refs/tags/0.62.0.40-Nexus.tar.gz
- sha512sums = c17aa25fa0fa64d31da98e595d76deba015079cc45a4b0a5e28cda8a10308ebf14cf03cab08ff4e91c7af5f256b637a7f6fb43115e4eb9e06b89b3d486c9b591
+ source = kodi-addon-game-libretro-tyrquake-0.62.0.44.tar.gz::https://github.com/kodi-game/game.libretro.tyrquake/archive/refs/tags/0.62.0.44-Nexus.tar.gz
+ sha512sums = 089e227b014c0c28aa0030adefba802fa5f011531f4b65dd3bfd200c980b9a93a003ed5a5247df5d3a5f663ad4767e051223f5ca78a107992c319afb22efbbf6
pkgname = kodi-addon-game-libretro-tyrquake
depends = kodi-addon-game-libretro
diff --git a/PKGBUILD b/PKGBUILD
index c408af2865b5..862164ab8549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mcarni <michele DOT carnaghi AT googlemail DOT com>
pkgname=kodi-addon-game-libretro-tyrquake
-pkgver=0.62.0.40
+pkgver=0.62.0.44
_codename=Nexus
pkgrel=1
pkgdesc="This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons"
@@ -12,7 +12,7 @@ groups=('kodi-addons' 'kodi-addons-game')
makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-tyrquake')
options=(!lto debug)
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.tyrquake/archive/refs/tags/$pkgver-$_codename.tar.gz")
-sha512sums=('c17aa25fa0fa64d31da98e595d76deba015079cc45a4b0a5e28cda8a10308ebf14cf03cab08ff4e91c7af5f256b637a7f6fb43115e4eb9e06b89b3d486c9b591')
+sha512sums=('089e227b014c0c28aa0030adefba802fa5f011531f4b65dd3bfd200c980b9a93a003ed5a5247df5d3a5f663ad4767e051223f5ca78a107992c319afb22efbbf6')
build() {
cd "game.libretro.tyrquake-$pkgver-$_codename"