Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions spotatui/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions spotatui/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Travis Lyons <pkgbuild at trly dot dev>
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')
Expand All @@ -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"
Expand Down
Loading