chore: bump to 0.10.1

This commit is contained in:
Ahmad Husen 2022-08-01 02:44:19 +00:00
parent 1b7b66b0f2
commit bfa64fbb8c
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ncspot-bin
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
pkgver = 0.10.0
pkgver = 0.10.1
pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
@ -9,9 +9,9 @@ pkgbase = ncspot-bin
provides = ncspot
conflicts = ncspot
conflicts = ncspot-git
source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.10.0/ncspot-v0.10.0-linux-x86_64.tar.gz
source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.10.1/ncspot-v0.10.1-linux-x86_64.tar.gz
source = https://github.com/hrkfdn/ncspot/raw/main/LICENSE
sha512sums = b5203a00bba82bdb048037dde06424d4f833d0cf444f01948c0344aa21a1e27b916610748c50829dda453568cdb7fbf60dff48495e974401565f337243cd607c
sha512sums = 5b4112788674d69f8571c8f41cf350fc127714f871062d3ef65392ffa9bda2cae0625ecf60d58395f4de4f9c471260ca2b50ff545f37a0c344feaa9d36119313
sha512sums = 5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf
pkgname = ncspot-bin

View file

@ -1,7 +1,7 @@
# Maintainer: A. Husen <hi@husen.id>
pkgname=ncspot-bin
_pkgname=ncspot
pkgver=0.10.0
pkgver=0.10.1
pkgrel=1
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
arch=('x86_64')
@ -11,7 +11,7 @@ provides=('ncspot')
conflicts=('ncspot' 'ncspot-git')
optdepends=('ueberzug: album cover support')
source=("https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v${pkgver}/ncspot-v${pkgver}-linux-x86_64.tar.gz" "${url}/raw/main/LICENSE")
sha512sums=('b5203a00bba82bdb048037dde06424d4f833d0cf444f01948c0344aa21a1e27b916610748c50829dda453568cdb7fbf60dff48495e974401565f337243cd607c'
sha512sums=('5b4112788674d69f8571c8f41cf350fc127714f871062d3ef65392ffa9bda2cae0625ecf60d58395f4de4f9c471260ca2b50ff545f37a0c344feaa9d36119313'
'5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf')
package() {