summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2020-09-02 20:14:37 -0500
committerAlejandro Valdes2020-09-02 20:14:37 -0500
commit4346cde03a8656fd3616251c4a7ec817d44e7ad2 (patch)
tree5995549f9086e05fd628e6f9c4f800c9dabc6884
parent0ff55b35d053f4ef5b5febc2f8756ff44c57336a (diff)
downloadaur-4346cde03a8656fd3616251c4a7ec817d44e7ad2.tar.gz
Bump to 0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d8d3db0d14f..c18ce171d3f9 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.1
+ pkgver = 0.2.2
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.1.zip
- sha512sums = c59bffe908d67851b082c438574423dc566c4a1ac74dcd310f676851a716f4f9ceea1c98d7ded4a1e01a17285aeb5161f7bc7443ded8770b5d076f066bef2f9b
+ source = https://github.com/hrkfdn/ncspot/archive/v0.2.2.zip
+ sha512sums = d2670bb55a247c3a040b9fb0e5733f223c42cba59f74133441558e4966fbb13ef6ab96271fcc9fe90f0a44df8e9438faf524bced6a7a41d9b9cad6a3a28910cc
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index bae32867ec06..37567f4a329e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.2.1
+pkgver=0.2.2
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=('c59bffe908d67851b082c438574423dc566c4a1ac74dcd310f676851a716f4f9ceea1c98d7ded4a1e01a17285aeb5161f7bc7443ded8770b5d076f066bef2f9b')
+sha512sums=('d2670bb55a247c3a040b9fb0e5733f223c42cba59f74133441558e4966fbb13ef6ab96271fcc9fe90f0a44df8e9438faf524bced6a7a41d9b9cad6a3a28910cc')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"