summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-03-30 12:02:10 +0200
committerSimon Hauser2020-03-30 12:02:10 +0200
commit863a25ee12f5a314c424cb91d4ae2243aff14f8b (patch)
treefc96efd19fb797f4a01470ca73d45d9fe8b1e455
parentdfa598b8a563efd2383ee4ef89bcf3677af2c6a0 (diff)
downloadaur-863a25ee12f5a314c424cb91d4ae2243aff14f8b.tar.gz
v0.17.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25bac8b8834..3642c7be82c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.17.0
+ pkgver = 0.17.1
pkgrel = 1
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = spotify-tui-bin
depends = openssl
depends = libxcb
provides = spotify-tui
- source = https://github.com/Rigellute/spotify-tui/releases/download/v0.17.0/spotify-tui-linux.tar.gz
- source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.17.0/LICENSE
- sha256sums = 7d9bc078ffcd7dac8ac69df723affb3a38255a295df5ce9276274d5e628ea899
+ source = https://github.com/Rigellute/spotify-tui/releases/download/v0.17.1/spotify-tui-linux.tar.gz
+ source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.17.1/LICENSE
+ sha256sums = 17d199e4e1e4886714c96698e8e5d6cae89b5121a8643f9ecd16d92f1ec2261e
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index b8dc19ad5968..94a1959f84b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Simon Hauser <Simon-Hauser@outlook.de>
+# Contributer: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname='spotify-tui-bin'
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
@@ -12,7 +13,7 @@ provides=('spotify-tui')
source=("$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
"https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE")
-sha256sums=('7d9bc078ffcd7dac8ac69df723affb3a38255a295df5ce9276274d5e628ea899'
+sha256sums=('17d199e4e1e4886714c96698e8e5d6cae89b5121a8643f9ecd16d92f1ec2261e'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
function package {