summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2021-05-16 15:38:45 -0500
committerAlejandro Valdes2021-05-16 15:38:45 -0500
commit4828192f8e4e93098ffa21eb4807a683f2809e75 (patch)
treeaf8899f5643852051fe48c3850a9c6492b3eddec
parent3cb2bb97c4cc5c2a850f25d23aec7c40fd634c81 (diff)
downloadaur-4828192f8e4e93098ffa21eb4807a683f2809e75.tar.gz
Bump to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00ce6a3dc757..dcc3905e0322 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.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = ncspot
depends = dbus
provides = ncspot
conflicts = ncspot
- source = https://github.com/hrkfdn/ncspot/archive/v0.7.0.zip
- sha512sums = b4991920bc5cb936fb405612911ecc45cf5a2e426acf5885260d703c68d51a314167a32d51213b3401cb5124cf0f9cf94b2960e29f82852908481e8c23a7717d
+ source = https://github.com/hrkfdn/ncspot/archive/v0.7.1.zip
+ sha512sums = 8dfdf6f21679db3ecaf50cd0802d33ed878088dedb52cc85bf49cbd53a71624bd2f5cf665e5d0e98aced39430b9c5afdd5242838c64dd5268cbef3c843261698
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index f81358bba0a7..e7e656a4d136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.7.0
+pkgver=0.7.1
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=('b4991920bc5cb936fb405612911ecc45cf5a2e426acf5885260d703c68d51a314167a32d51213b3401cb5124cf0f9cf94b2960e29f82852908481e8c23a7717d')
+sha512sums=('8dfdf6f21679db3ecaf50cd0802d33ed878088dedb52cc85bf49cbd53a71624bd2f5cf665e5d0e98aced39430b9c5afdd5242838c64dd5268cbef3c843261698')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"