summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2021-10-19 09:08:53 -0500
committerAlejandro Valdes2021-10-19 09:08:53 -0500
commit2dc61c02910dc73c74cb5bc5c57a8678b61b9798 (patch)
treee650add4ffc737d12dc6dfc863cd85f9012b4409
parent2e8169d146eda30c5d0fe21444e4a96005c58184 (diff)
downloadaur-2dc61c02910dc73c74cb5bc5c57a8678b61b9798.tar.gz
Bump to 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f2fd1763ab8..e1ca4e35821f 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.8.2
+ pkgver = 0.9.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.8.2.zip
- sha512sums = dcbd6ac9e7c48271fb81f5dfbdab4f51bc0df67a19e33a68430c2f276288ffc9488e9d48ef86c6f578c47128d7414d9fb9ecd836f34b73ad081d947b0c62a547
+ source = https://github.com/hrkfdn/ncspot/archive/v0.9.0.zip
+ sha512sums = 624a7e3373a4a66fb4750ef7ee7bc8420817f6871357eb7651f57069eeccf017f63c12c23e064de82c05ce5a2265e0963c12d1f09d9e327e42a07d4161677bcd
pkgname = ncspot
diff --git a/PKGBUILD b/PKGBUILD
index bf1a0c0dba34..ce1cc8ba05b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.8.2
+pkgver=0.9.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=('dcbd6ac9e7c48271fb81f5dfbdab4f51bc0df67a19e33a68430c2f276288ffc9488e9d48ef86c6f578c47128d7414d9fb9ecd836f34b73ad081d947b0c62a547')
+sha512sums=('624a7e3373a4a66fb4750ef7ee7bc8420817f6871357eb7651f57069eeccf017f63c12c23e064de82c05ce5a2265e0963c12d1f09d9e327e42a07d4161677bcd')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"