mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Update to 0.33.8
This commit is contained in:
parent
a568a6a24e
commit
5f46776797
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = spotatui
|
||||
pkgdesc = A Spotify client for the terminal written in Rust, powered by Ratatui
|
||||
pkgver = 0.33.7
|
||||
pkgver = 0.33.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/LargeModGames/spotatui
|
||||
arch = x86_64
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = spotatui
|
|||
depends = openssl
|
||||
depends = pipewire
|
||||
options = !lto
|
||||
source = spotatui-0.33.7.tar.gz::https://github.com/LargeModGames/spotatui/archive/refs/tags/v0.33.7.tar.gz
|
||||
sha256sums = 5091d8dd244373902daf3f2233fcef4cbd78a93543115e7d62e7c789ff3919b9
|
||||
source = spotatui-0.33.8.tar.gz::https://github.com/LargeModGames/spotatui/archive/refs/tags/v0.33.8.tar.gz
|
||||
sha256sums = 5dbc5e7aeabf7f78b4b4b8ffb30b1b9b5632c393d1a3f803846daf9ecc772d54
|
||||
|
||||
pkgname = spotatui
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: LargeModGames <LargeModGames@gmail.com>
|
||||
pkgname=spotatui
|
||||
pkgver=0.33.7
|
||||
pkgver=0.33.8
|
||||
pkgrel=1
|
||||
pkgdesc="A Spotify client for the terminal written in Rust, powered by Ratatui"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=('openssl' 'pipewire')
|
|||
makedepends=('cargo' 'clang')
|
||||
options=('!lto')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('5091d8dd244373902daf3f2233fcef4cbd78a93543115e7d62e7c789ff3919b9')
|
||||
sha256sums=('5dbc5e7aeabf7f78b4b4b8ffb30b1b9b5632c393d1a3f803846daf9ecc772d54')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue