summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-07-24 14:39:59 +0200
committerSimon Hauser2020-07-24 14:39:59 +0200
commit3602fa6013bf55873a6d52a50be782f2d372f7e6 (patch)
treecea3084ffa839df4178f69ab8df4cad63a5a56da
parenta237c922d8baaeaeba210eb7e650f3a463314749 (diff)
downloadaur-3602fa6013bf55873a6d52a50be782f2d372f7e6.tar.gz
v0.21.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7754d2a5ef..a2830a209fcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.20.0
- pkgrel = 2
+ pkgver = 0.21.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 = spotify-tui-linux-0.20.0.tar.gz::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
+ source = spotify-tui-linux-0.21.0.tar.gz::https://github.com/Rigellute/spotify-tui/releases/download/v0.21.0/spotify-tui-linux.tar.gz
+ source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.21.0/LICENSE
+ sha256sums = 2a74e6223f36b7e03b31c48da759929da2db593df97143d87c97a349fba8acd7
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 749233a45633..98d20a33ed95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname='spotify-tui-bin'
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.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=("spotify-tui-linux-$pkgver.tar.gz::$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
"https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE")
-sha256sums=('aa9b3b589c3fabfb6521732a67fcfb04797ab1c0fd715543605cbd972e255cfb'
+sha256sums=('2a74e6223f36b7e03b31c48da759929da2db593df97143d87c97a349fba8acd7'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
function package {