summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2022-09-26 09:52:48 -0500
committerAlejandro Valdes2022-09-26 09:52:48 -0500
commit28f0974b14b12e40ff40f3f65746be25f4c617fd (patch)
tree9ea85f810a55527d98d92dc83cfbb046534dc6cb
parent694f2b8ad0b941e9bf98e61e250f0703344469c2 (diff)
downloadaur-28f0974b14b12e40ff40f3f65746be25f4c617fd.tar.gz
Bump to 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 812c0da67ed2..deaeafa53740 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.11.0
+ pkgver = 0.11.1
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.11.0.zip
- sha512sums = 5281a1b2d60ad495f0c416cae7548ce9847afbaea8859e2a332af955b0dc53e2818825a75e23a76659a7b5a54195b24c1dfe482cef2de265ae6b1dfa45bcf4b6
+ source = https://github.com/hrkfdn/ncspot/archive/v0.11.1.zip
+ sha512sums = ab6c86973a2062c6c20cd137eb358788f3c322905b1c9d4609e10c10c1701d1f89956c5ece740daadc526843e68c60a774f721bccee75cc632fa5fceadee70a0
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index a6f8766b1dc0..bed09f7b561f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.11.0
+pkgver=0.11.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=('5281a1b2d60ad495f0c416cae7548ce9847afbaea8859e2a332af955b0dc53e2818825a75e23a76659a7b5a54195b24c1dfe482cef2de265ae6b1dfa45bcf4b6')
+sha512sums=('ab6c86973a2062c6c20cd137eb358788f3c322905b1c9d4609e10c10c1701d1f89956c5ece740daadc526843e68c60a774f721bccee75cc632fa5fceadee70a0')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"