summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hauser2020-04-21 15:40:16 +0200
committerSimon Hauser2020-04-21 15:40:16 +0200
commit8db4e0b27140e1bea544bd6f77e4f1ff3f6fce09 (patch)
tree8a0e864bbd554fa6a8c9925cefc7f783472f970d /PKGBUILD
parent7def1ae93d369af5647eff87d68a0dfc31cac64b (diff)
downloadaur-8db4e0b27140e1bea544bd6f77e4f1ff3f6fce09.tar.gz
v0.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c32c07277b87..c16ff7099c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=spotify-tui
-pkgver=0.17.1
+pkgver=0.18.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=('919a5ed0da65e105077a4492b777898aab41b42290d3f01e93c27359e441de59137a0e72cf0cf4cf7921bb92cbd0e4eacbdf2c0213a93aec0299ba1e8710f466')
+sha512sums=('a0bca6c041b36db65b42630baf037f8bca78819396924a8e98902d8b706ba3c0e0e4b159bc60ecaffe11ca5b68867c23a2df95b1bd629c427e15272cb805a679')
build() {
cd $pkgname-$pkgver