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
|
pkgbase = spotatui
|
||||||
pkgdesc = A Spotify client for the terminal written in Rust, powered by Ratatui
|
pkgdesc = A Spotify client for the terminal written in Rust, powered by Ratatui
|
||||||
pkgver = 0.33.7
|
pkgver = 0.33.8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/LargeModGames/spotatui
|
url = https://github.com/LargeModGames/spotatui
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -10,7 +10,7 @@ pkgbase = spotatui
|
||||||
depends = openssl
|
depends = openssl
|
||||||
depends = pipewire
|
depends = pipewire
|
||||||
options = !lto
|
options = !lto
|
||||||
source = spotatui-0.33.7.tar.gz::https://github.com/LargeModGames/spotatui/archive/refs/tags/v0.33.7.tar.gz
|
source = spotatui-0.33.8.tar.gz::https://github.com/LargeModGames/spotatui/archive/refs/tags/v0.33.8.tar.gz
|
||||||
sha256sums = 5091d8dd244373902daf3f2233fcef4cbd78a93543115e7d62e7c789ff3919b9
|
sha256sums = 5dbc5e7aeabf7f78b4b4b8ffb30b1b9b5632c393d1a3f803846daf9ecc772d54
|
||||||
|
|
||||||
pkgname = spotatui
|
pkgname = spotatui
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: LargeModGames <LargeModGames@gmail.com>
|
# Maintainer: LargeModGames <LargeModGames@gmail.com>
|
||||||
pkgname=spotatui
|
pkgname=spotatui
|
||||||
pkgver=0.33.7
|
pkgver=0.33.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A Spotify client for the terminal written in Rust, powered by Ratatui"
|
pkgdesc="A Spotify client for the terminal written in Rust, powered by Ratatui"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
@ -10,7 +10,7 @@ depends=('openssl' 'pipewire')
|
||||||
makedepends=('cargo' 'clang')
|
makedepends=('cargo' 'clang')
|
||||||
options=('!lto')
|
options=('!lto')
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||||
sha256sums=('5091d8dd244373902daf3f2233fcef4cbd78a93543115e7d62e7c789ff3919b9')
|
sha256sums=('5dbc5e7aeabf7f78b4b4b8ffb30b1b9b5632c393d1a3f803846daf9ecc772d54')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue