summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2022-08-23 10:39:00 -0500
committerAlejandro Valdes2022-08-23 10:39:00 -0500
commit694f2b8ad0b941e9bf98e61e250f0703344469c2 (patch)
tree6d8db0c064bae04a2642747a5a8fa8a8c24f14c7
parent1cc4bb9d52be32db10809c0fd06bb657e0543d13 (diff)
downloadaur-694f2b8ad0b941e9bf98e61e250f0703344469c2.tar.gz
Bump to 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a5e4bdd91b..812c0da67ed2 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.10.1
+ pkgver = 0.11.0
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.10.1.zip
- sha512sums = 187bb369fa1a4ede52ae04da7a941c9479ed5fe933cd3a51030cb353d38d5ce8fba0b016f1faa81aba7423095aea5c508b5a4798b78b9b9b2b6a68f6749d4d11
+ source = https://github.com/hrkfdn/ncspot/archive/v0.11.0.zip
+ sha512sums = 5281a1b2d60ad495f0c416cae7548ce9847afbaea8859e2a332af955b0dc53e2818825a75e23a76659a7b5a54195b24c1dfe482cef2de265ae6b1dfa45bcf4b6
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index 8ee44faf3eca..a6f8766b1dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.10.1
+pkgver=0.11.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' 'pkgconf')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("https://github.com/hrkfdn/ncspot/archive/v${pkgver}.zip")
-sha512sums=('187bb369fa1a4ede52ae04da7a941c9479ed5fe933cd3a51030cb353d38d5ce8fba0b016f1faa81aba7423095aea5c508b5a4798b78b9b9b2b6a68f6749d4d11')
+sha512sums=('5281a1b2d60ad495f0c416cae7548ce9847afbaea8859e2a332af955b0dc53e2818825a75e23a76659a7b5a54195b24c1dfe482cef2de265ae6b1dfa45bcf4b6')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"