mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 00:06:18 +01:00
Updated: 0.33.8
This commit is contained in:
parent
379f0187bb
commit
349c5dc699
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = spotatui-bin
|
||||
pkgdesc = A Spotify client for the terminal written in Rust, powered by Ratatui
|
||||
pkgver = 0.33.5
|
||||
pkgver = 0.33.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/LargeModGames/spotatui
|
||||
arch = x86_64
|
||||
|
|
@ -10,11 +10,11 @@ pkgbase = spotatui-bin
|
|||
depends = openssl
|
||||
provides = spotatui
|
||||
conflicts = spotatui
|
||||
source = LICENSE-0.33.5::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.5/LICENSE
|
||||
source = README-0.33.5.md::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.5/README.md
|
||||
source = LICENSE-0.33.8::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.8/LICENSE
|
||||
source = README-0.33.8.md::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.8/README.md
|
||||
sha256sums = b47ad91f512f5ae715df2888abf19ff0172c75de71b6423f836174bae8f8161e
|
||||
sha256sums = 8d2d56a8c1e21ffa599b80751b15ce7eb61e191ae9488790978daa5dc848b9d8
|
||||
source_x86_64 = spotatui-x86_64-0.33.5.tgz::https://github.com/LargeModGames/spotatui/releases/download/v0.33.5/spotatui-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = 1e98c16de31faacd608f5257ac7ba5371f911a0aa6f556f9596d8419de8e2ee5
|
||||
sha256sums = e7f00078b0b040995022967e480b5e1415c5162fa352df11452e61bba782b120
|
||||
source_x86_64 = spotatui-x86_64-0.33.8.tgz::https://github.com/LargeModGames/spotatui/releases/download/v0.33.8/spotatui-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = 064406c244eac258dabdb952e06daae057f648bd57680cb4a627546ebb8e82c1
|
||||
|
||||
pkgname = spotatui-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -6,7 +6,7 @@ _pkgname=spotatui
|
|||
pkgname=${_pkgname}-bin
|
||||
pkgdesc="A Spotify client for the terminal written in Rust, powered by Ratatui"
|
||||
|
||||
pkgver=0.33.5
|
||||
pkgver=0.33.8
|
||||
pkgrel=1
|
||||
_pkgvername=v${pkgver}
|
||||
|
||||
|
|
@ -26,8 +26,8 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
|
|||
"README-${pkgver}.md::${_urlraw}/README.md")
|
||||
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-linux-${_barch[0]}.tar.gz")
|
||||
sha256sums=('b47ad91f512f5ae715df2888abf19ff0172c75de71b6423f836174bae8f8161e'
|
||||
'8d2d56a8c1e21ffa599b80751b15ce7eb61e191ae9488790978daa5dc848b9d8')
|
||||
sha256sums_x86_64=('1e98c16de31faacd608f5257ac7ba5371f911a0aa6f556f9596d8419de8e2ee5')
|
||||
'e7f00078b0b040995022967e480b5e1415c5162fa352df11452e61bba782b120')
|
||||
sha256sums_x86_64=('064406c244eac258dabdb952e06daae057f648bd57680cb4a627546ebb8e82c1')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue