summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2020-07-17 18:53:02 -0500
committerAlejandro Valdes2020-07-17 18:53:02 -0500
commit79f50a84d3c5ad254b159e8d45613117d711076b (patch)
tree0a946126bcce04639ae1c7a799916acdd45750e4
parent2d62a58c3cec184f173683ef3495a826dd33b0f5 (diff)
downloadaur-79f50a84d3c5ad254b159e8d45613117d711076b.tar.gz
Bump to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0228866ba15a..dc654f122ffc 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.1.4
+ pkgver = 0.2.0
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/0.1.4.zip
- sha512sums = 5f2ce1e6fde382ca466e5ba1059cd62ce8c72aed048abb4a0ba1f9ba3aadf234396e38f17d21768073dcece673b616e1ae2f1fdb5695d528b6fa7f2884ae3f16
+ source = https://github.com/hrkfdn/ncspot/archive/v0.2.0.zip
+ sha512sums = 706e9eb884d80243a3579b54c29363ff68de9a749cd0e172f88a7392edf87e5e3a30463b655164e127923bad9731417eb3d6853cffca696dc34e44a3fcfdb75b
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index dd262af3df44..a8d99622d268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.1.4
+pkgver=0.2.0
pkgrel=1
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -11,8 +11,8 @@ depends=('ncurses' 'openssl' 'libpulse')
makedepends=('rust' 'cargo' 'git' 'alsa-lib' 'python')
provides=("${pkgname}")
conflicts=("${pkgname}")
-source=("https://github.com/hrkfdn/ncspot/archive/${pkgver}.zip")
-sha512sums=('5f2ce1e6fde382ca466e5ba1059cd62ce8c72aed048abb4a0ba1f9ba3aadf234396e38f17d21768073dcece673b616e1ae2f1fdb5695d528b6fa7f2884ae3f16')
+source=("https://github.com/hrkfdn/ncspot/archive/v${pkgver}.zip")
+sha512sums=('706e9eb884d80243a3579b54c29363ff68de9a749cd0e172f88a7392edf87e5e3a30463b655164e127923bad9731417eb3d6853cffca696dc34e44a3fcfdb75b')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"