summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2022-01-19 13:21:42 -0500
committerAlejandro Valdes2022-01-19 13:21:42 -0500
commit30d75d734b1f4109d129deb02e5b2276357108be (patch)
treebf2baa8d87ee7318230f02c4320953afceaa9812
parent7fba364233368989401faf296035df5aff02e9c3 (diff)
downloadaur-30d75d734b1f4109d129deb02e5b2276357108be.tar.gz
Bump to 0.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 947b208c0eae..14079a3b63fa 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.4
+ pkgver = 0.9.5
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.4.zip
- sha512sums = 3c177fb105215308684bb25e0e5c8f362926a1dbf50ca5a5712146d4fb9feebff08395c4a492eddf104240567f0d7059de34cac2371d4cc70fd356686c5c1910
+ source = https://github.com/hrkfdn/ncspot/archive/v0.9.5.zip
+ sha512sums = cff97a200278ed98965828738ff44ca8bc8d5733408906b2bf5313fea53f1bf555e60cb68b785d6df477587dd56f9b337265286c949ac1d339c1b874c6b14800
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index 1b0ea359ac64..2eb0d028539a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.9.4
+pkgver=0.9.5
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=('3c177fb105215308684bb25e0e5c8f362926a1dbf50ca5a5712146d4fb9feebff08395c4a492eddf104240567f0d7059de34cac2371d4cc70fd356686c5c1910')
+sha512sums=('cff97a200278ed98965828738ff44ca8bc8d5733408906b2bf5313fea53f1bf555e60cb68b785d6df477587dd56f9b337265286c949ac1d339c1b874c6b14800')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"