summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2022-03-08 22:08:26 -0500
committerAlejandro Valdes2022-03-08 22:08:26 -0500
commit0172a53ee6eac439abd3c545485858a1887dfb40 (patch)
tree3ee3551981704a0d1cf8d724a9dac9d44c06ad7f
parent30d75d734b1f4109d129deb02e5b2276357108be (diff)
downloadaur-0172a53ee6eac439abd3c545485858a1887dfb40.tar.gz
Bump to 0.9.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14079a3b63fa..65090cb9d556 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.9.5
+ pkgver = 0.9.6
pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = ncspot
depends = dbus
provides = ncspot
conflicts = ncspot
- source = https://github.com/hrkfdn/ncspot/archive/v0.9.5.zip
- sha512sums = cff97a200278ed98965828738ff44ca8bc8d5733408906b2bf5313fea53f1bf555e60cb68b785d6df477587dd56f9b337265286c949ac1d339c1b874c6b14800
+ source = https://github.com/hrkfdn/ncspot/archive/v0.9.6.zip
+ sha512sums = f91776008980520078cd812830e6783c314791489481fd913d45b3985b910af0f3e092c911db57d4660db2db4a355c289457f877f6c2482dd085ab9c38e482f1
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index 2eb0d028539a..39f6fb269821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.9.5
+pkgver=0.9.6
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=('cff97a200278ed98965828738ff44ca8bc8d5733408906b2bf5313fea53f1bf555e60cb68b785d6df477587dd56f9b337265286c949ac1d339c1b874c6b14800')
+sha512sums=('f91776008980520078cd812830e6783c314791489481fd913d45b3985b910af0f3e092c911db57d4660db2db4a355c289457f877f6c2482dd085ab9c38e482f1')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"