summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-05-28 12:37:09 +0200
committerSimon Hauser2020-05-28 12:37:09 +0200
commit49c499cefecf6272f50b9dad45dd4ab3e699ee29 (patch)
tree8162189d7daa43f2024365fb080a69d84383d489
parent3911eb684665c8c418109c0f1464eb28ea38577a (diff)
downloadaur-49c499cefecf6272f50b9dad45dd4ab3e699ee29.tar.gz
v0.20.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4104ca74604..665e5627a4d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.19.0
- pkgrel = 2
+ pkgver = 0.20.0
+ pkgrel = 1
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
license = MIT
@@ -9,9 +9,9 @@ pkgbase = spotify-tui-bin
depends = libxcb
provides = spotify-tui
conflicts = spotify-tui
- source = https://github.com/Rigellute/spotify-tui/releases/download/v0.19.0/spotify-tui-linux.tar.gz
- source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.19.0/LICENSE
- sha256sums = b5a40090ec1a3b3013214e9ac389775f0a07ae8c90cbac6a9b2869f99ad873c3
+ source = https://github.com/Rigellute/spotify-tui/releases/download/v0.20.0/spotify-tui-linux.tar.gz
+ source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.20.0/LICENSE
+ sha256sums = aa9b3b589c3fabfb6521732a67fcfb04797ab1c0fd715543605cbd972e255cfb
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6eaf7a97ee18..ca60d530c929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname='spotify-tui-bin'
-pkgver=0.19.0
-pkgrel=2
+pkgver=0.20.0
+pkgrel=1
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
url='https://github.com/Rigellute/spotify-tui'
@@ -14,7 +14,7 @@ conflicts=('spotify-tui')
source=("$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
"https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE")
-sha256sums=('b5a40090ec1a3b3013214e9ac389775f0a07ae8c90cbac6a9b2869f99ad873c3'
+sha256sums=('aa9b3b589c3fabfb6521732a67fcfb04797ab1c0fd715543605cbd972e255cfb'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
function package {