summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2021-04-26 13:37:22 +0200
committerSimon Hauser2021-04-26 13:37:22 +0200
commit2465c2133f3fc5fffdea3f36e0aa7a974a74db29 (patch)
tree1156c70ec1581de9853b05c476207e8830eb3305
parentfbc90d40fd6df4490b6406601489ca348ae7634c (diff)
downloadaur-2465c2133f3fc5fffdea3f36e0aa7a974a74db29.tar.gz
v0.24.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb464d87d1e..9262262e1a98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-tui
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.23.0
- pkgrel = 2
+ pkgver = 0.24.0
+ pkgrel = 1
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
license = MIT
@@ -11,8 +11,8 @@ pkgbase = spotify-tui
depends = libxcb
provides = spotify-tui
conflicts = spotify-tui
- source = spotify-tui-0.23.0.tar.gz::https://github.com/Rigellute/spotify-tui/archive/v0.23.0.tar.gz
- sha512sums = 0a1bc953fa8187accf6b78459b8900b513afd984e898f83742a700bee3942a921cbae6a1f9cd7883390ea322bac26e2c78b9a85b787b716a01c423b03d77b2b6
+ source = spotify-tui-0.24.0.tar.gz::https://github.com/Rigellute/spotify-tui/archive/v0.24.0.tar.gz
+ sha512sums = cd8d774e9350cb1744ade8786cfd13962cba832d47f63cc9969e4f1fd087432be192d9a1bbf529e4d67b60c351f06ac9d206288f011fd2e2cc732cdba94925e5
pkgname = spotify-tui
diff --git a/PKGBUILD b/PKGBUILD
index 7e50f6279a98..ad40616fe149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=spotify-tui
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
pkgdesc='Spotify client for the terminal written in Rust'
arch=(x86_64)
url=https://github.com/Rigellute/spotify-tui
@@ -11,7 +11,7 @@ license=(MIT)
depends=(openssl libxcb)
makedepends=(cargo python)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('0a1bc953fa8187accf6b78459b8900b513afd984e898f83742a700bee3942a921cbae6a1f9cd7883390ea322bac26e2c78b9a85b787b716a01c423b03d77b2b6')
+sha512sums=('cd8d774e9350cb1744ade8786cfd13962cba832d47f63cc9969e4f1fd087432be192d9a1bbf529e4d67b60c351f06ac9d206288f011fd2e2cc732cdba94925e5')
provides=('spotify-tui')
conflicts=('spotify-tui')