summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cdfc5f77f98..71e2a6213f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.11.2
+pkgver=0.12.0
pkgrel=1
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -12,7 +12,7 @@ makedepends=('rust' 'cargo' 'git' 'alsa-lib' 'python' 'pkgconf')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("https://github.com/hrkfdn/ncspot/archive/v${pkgver}.zip")
-sha512sums=('da34b15454299c18dc668756ef679e5b9733d6bf5a99b25c6861a5c99962db5ddc1bfc9673a81a926aa247671b5b938eb18724b81a76954a280a64ddbab8bae2')
+sha512sums=('0fdbfbe17e197b8b9f2c9221669c44f2e2dfba4f2f86d881d8ee4c53e4e7aac772a5838680ee0c8754fb1733632afd8eb1dd4012c1730d780cd00490789b98fc')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"