summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-05-28 12:49:58 +0200
committerSimon Hauser2020-05-28 12:49:58 +0200
commit5d059146c1a27a578649b1e2c9670c8db017ed54 (patch)
treeccbe64f962fb15de148675027ee58354ee00a65b
parent0d12278a4bd7f36ddbc5755ef57c6c3f5186cb2d (diff)
downloadaur-5d059146c1a27a578649b1e2c9670c8db017ed54.tar.gz
v0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 308c3c2626af..588a49e2f158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-tui
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = spotify-tui
makedepends = python
depends = openssl
depends = libxcb
- source = spotify-tui-0.19.0.tar.gz::https://github.com/Rigellute/spotify-tui/archive/v0.19.0.tar.gz
- sha512sums = f2a9c9a3851e541762606e0dbb25bc0a5262d86505460f735cdfa69bd4ddd947d91b2e1afe08fe5f97446a902ac7f6ca61762a68496cb6f91af6fc1ed9fd8040
+ source = spotify-tui-0.20.0.tar.gz::https://github.com/Rigellute/spotify-tui/archive/v0.20.0.tar.gz
+ sha512sums = 86d1d5191d597ba752185d1dbf8cc33cfe7a5fbfca3a41bc01254d7b92f494885ff1d754f7e18f499cf4ddd47882cb73ce2363514dbd6b973867e17fe94e1989
pkgname = spotify-tui
diff --git a/PKGBUILD b/PKGBUILD
index 9e5b1398e554..bf4e0d93ff61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=spotify-tui
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc='Spotify client for the terminal written in Rust'
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(openssl libxcb)
makedepends=(cargo python)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('f2a9c9a3851e541762606e0dbb25bc0a5262d86505460f735cdfa69bd4ddd947d91b2e1afe08fe5f97446a902ac7f6ca61762a68496cb6f91af6fc1ed9fd8040')
+sha512sums=('86d1d5191d597ba752185d1dbf8cc33cfe7a5fbfca3a41bc01254d7b92f494885ff1d754f7e18f499cf4ddd47882cb73ce2363514dbd6b973867e17fe94e1989')
build() {
cd $pkgname-$pkgver