summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2020-08-18 15:57:34 -0500
committerAlejandro Valdes2020-08-18 15:57:34 -0500
commit0ff55b35d053f4ef5b5febc2f8756ff44c57336a (patch)
treeacb7063a4ff56140e9dff7b277e02e2994e864d3
parent79f50a84d3c5ad254b159e8d45613117d711076b (diff)
downloadaur-0ff55b35d053f4ef5b5febc2f8756ff44c57336a.tar.gz
Bump to 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc654f122ffc..8d8d3db0d14f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncspot
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = ncspot
depends = libpulse
provides = ncspot
conflicts = ncspot
- source = https://github.com/hrkfdn/ncspot/archive/v0.2.0.zip
- sha512sums = 706e9eb884d80243a3579b54c29363ff68de9a749cd0e172f88a7392edf87e5e3a30463b655164e127923bad9731417eb3d6853cffca696dc34e44a3fcfdb75b
+ source = https://github.com/hrkfdn/ncspot/archive/v0.2.1.zip
+ sha512sums = c59bffe908d67851b082c438574423dc566c4a1ac74dcd310f676851a716f4f9ceea1c98d7ded4a1e01a17285aeb5161f7bc7443ded8770b5d076f066bef2f9b
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index a8d99622d268..bae32867ec06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.2.0
+pkgver=0.2.1
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')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("https://github.com/hrkfdn/ncspot/archive/v${pkgver}.zip")
-sha512sums=('706e9eb884d80243a3579b54c29363ff68de9a749cd0e172f88a7392edf87e5e3a30463b655164e127923bad9731417eb3d6853cffca696dc34e44a3fcfdb75b')
+sha512sums=('c59bffe908d67851b082c438574423dc566c4a1ac74dcd310f676851a716f4f9ceea1c98d7ded4a1e01a17285aeb5161f7bc7443ded8770b5d076f066bef2f9b')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"