From 91c92d1fc2bca941d8333f8a443275c442891c1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:22:51 +0000 Subject: [PATCH 1/2] chore(deps): update dependency largemodgames/spotatui to v0.42.0 --- spotatui/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotatui/PKGBUILD b/spotatui/PKGBUILD index 6a9863e..6259188 100644 --- a/spotatui/PKGBUILD +++ b/spotatui/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Travis Lyons pkgname=spotatui -pkgver=0.41.0 # renovate: datasource=github-tags depName=LargeModGames/spotatui +pkgver=0.42.0 # renovate: datasource=github-tags depName=LargeModGames/spotatui pkgrel=3 pkgdesc="A Spotify client for the terminal written in Rust, powered by Ratatui" arch=('x86_64') From 9759dc3843dd59bd00f5fa246cf45be49cd6022b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:23:27 +0000 Subject: [PATCH 2/2] chore: update package metadata --- spotatui/.SRCINFO | 12 ++++++------ spotatui/PKGBUILD | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spotatui/.SRCINFO b/spotatui/.SRCINFO index 49a5556..4c6bf75 100644 --- a/spotatui/.SRCINFO +++ b/spotatui/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = spotatui pkgdesc = A Spotify client for the terminal written in Rust, powered by Ratatui - pkgver = 0.41.0 + pkgver = 0.42.0 pkgrel = 3 url = https://github.com/LargeModGames/spotatui arch = x86_64 @@ -14,11 +14,11 @@ pkgbase = spotatui optdepends = ffmpeg: improved YouTube playback support options = !debug options = !strip - source = spotatui-0.41.0-x86_64.tar.gz::https://github.com/LargeModGames/spotatui/releases/download/v0.41.0/spotatui-linux-x86_64.tar.gz - source = LICENSE-0.41.0::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.41.0/LICENSE - source = README-0.41.0.md::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.41.0/README.md - sha256sums = 66c0846529b62cfe2627062f044e21677697d807cfc14b07036348e849ca43e7 + source = spotatui-0.42.0-x86_64.tar.gz::https://github.com/LargeModGames/spotatui/releases/download/v0.42.0/spotatui-linux-x86_64.tar.gz + source = LICENSE-0.42.0::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.42.0/LICENSE + source = README-0.42.0.md::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.42.0/README.md + sha256sums = 12323f7ebdcdcd0b6f562464c2fa4242573db0da76c20396e1053d1cb63c17be sha256sums = b47ad91f512f5ae715df2888abf19ff0172c75de71b6423f836174bae8f8161e - sha256sums = 2c2b10b7cbd6d341bd795cea82161883cef23f15982c0e75f13c98ff9096967b + sha256sums = 2aad8976bc324a7cc6ff542e2ac5e1ca402d21df0a1f2f9ae0b3fae2545433cc pkgname = spotatui diff --git a/spotatui/PKGBUILD b/spotatui/PKGBUILD index 6259188..a81fe2b 100644 --- a/spotatui/PKGBUILD +++ b/spotatui/PKGBUILD @@ -13,9 +13,9 @@ options=('!debug' '!strip') source=("${pkgname}-${pkgver}-${CARCH}.tar.gz::${url}/releases/download/v${pkgver}/spotatui-linux-${CARCH}.tar.gz" "LICENSE-${pkgver}::https://raw.githubusercontent.com/LargeModGames/spotatui/v${pkgver}/LICENSE" "README-${pkgver}.md::https://raw.githubusercontent.com/LargeModGames/spotatui/v${pkgver}/README.md") -sha256sums=('66c0846529b62cfe2627062f044e21677697d807cfc14b07036348e849ca43e7' +sha256sums=('12323f7ebdcdcd0b6f562464c2fa4242573db0da76c20396e1053d1cb63c17be' 'b47ad91f512f5ae715df2888abf19ff0172c75de71b6423f836174bae8f8161e' - '2c2b10b7cbd6d341bd795cea82161883cef23f15982c0e75f13c98ff9096967b') + '2aad8976bc324a7cc6ff542e2ac5e1ca402d21df0a1f2f9ae0b3fae2545433cc') package() { install -Dm755 spotatui "${pkgdir}/usr/bin/spotatui"