summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2021-01-13 17:48:13 -0500
committerAlejandro Valdes2021-01-13 17:48:13 -0500
commita4c1e464336cb156020c9eac194b0761044d1f5f (patch)
treebc7c7d9d064da37443b242c9d14190aaaf16a103
parentd91bf525a59d1afbb76157c2207e8da100204cc0 (diff)
downloadaur-a4c1e464336cb156020c9eac194b0761044d1f5f.tar.gz
Bump to 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb9a9b5a0c02..b3a5e2e1dc90 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.6
+ pkgver = 0.3.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/v0.2.6.zip
- sha512sums = 1ccba4ed6a8e73d38239579c28c8308a1d9c1449f4edeb63c0258b2969cc84ad92b221a0d7341e58c73ce4a7a090934f1a684b3c8eb940625be53abb96e51f09
+ source = https://github.com/hrkfdn/ncspot/archive/v0.3.0.zip
+ sha512sums = a204b8823c94904eeb292633a79d5fa370f33c6de338811afc260d7a67a5b524a7832f0b078a86a2f609b5fad9abdaed423db5deb3b91ccfca57cd750425609c
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index 8bf50e612f5c..dc46fc8b4f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.2.6
+pkgver=0.3.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')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("https://github.com/hrkfdn/ncspot/archive/v${pkgver}.zip")
-sha512sums=('1ccba4ed6a8e73d38239579c28c8308a1d9c1449f4edeb63c0258b2969cc84ad92b221a0d7341e58c73ce4a7a090934f1a684b3c8eb940625be53abb96e51f09')
+sha512sums=('a204b8823c94904eeb292633a79d5fa370f33c6de338811afc260d7a67a5b524a7832f0b078a86a2f609b5fad9abdaed423db5deb3b91ccfca57cd750425609c')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"