summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hauser2020-02-24 21:36:35 +0100
committerSimon Hauser2020-02-24 21:36:35 +0100
commitfcf083b396438d54df009331167f8b89e40acf36 (patch)
treed288224f4a7a18e88084515e5ea1ca654c402506 /PKGBUILD
parent786ffa1240b316c1a55c9ae9b27552e38b4673d6 (diff)
downloadaur-fcf083b396438d54df009331167f8b89e40acf36.tar.gz
v0.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a807056d65a6..cfd24b0a18b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Jean Lucas <jean@4ray.co>
+# Maintainer: Simon Hauser <Simon-Hauser@outlook.de>
pkgname=spotify-tui
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc='Spotify client for the terminal written in Rust'
arch=(x86_64 aarch64)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(openssl libxcb)
makedepends=(cargo python)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('b9b26150f8fb78da8d95b346b21feee05660e8d0be9ad075119be5fb207812a5675ab578288c2246a258432c3a85c83f94cebbddcdb10fb9c94c5671491fb697')
+sha512sums=('3eae323f8c373056bfd4e48a36f943c5ad468e1a0b893edd98b843c706bcf005d0c5713b6d5fc0761b16473f00ce97defe246c3309f8f87b38fc262c2ea3d3ad')
build() {
cd $pkgname-$pkgver