summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hauser2020-05-04 15:13:47 +0200
committerSimon Hauser2020-05-04 15:13:47 +0200
commit0d12278a4bd7f36ddbc5755ef57c6c3f5186cb2d (patch)
tree271a550c88c0c3b190e9eef01299036dfc91c6f4 /PKGBUILD
parent8db4e0b27140e1bea544bd6f77e4f1ff3f6fce09 (diff)
downloadaur-0d12278a4bd7f36ddbc5755ef57c6c3f5186cb2d.tar.gz
v0.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c16ff7099c9c..9e5b1398e554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=spotify-tui
-pkgver=0.18.0
+pkgver=0.19.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=('a0bca6c041b36db65b42630baf037f8bca78819396924a8e98902d8b706ba3c0e0e4b159bc60ecaffe11ca5b68867c23a2df95b1bd629c427e15272cb805a679')
+sha512sums=('f2a9c9a3851e541762606e0dbb25bc0a5262d86505460f735cdfa69bd4ddd947d91b2e1afe08fe5f97446a902ac7f6ca61762a68496cb6f91af6fc1ed9fd8040')
build() {
cd $pkgname-$pkgver