Skip to content

Commit

Permalink
chore(ncspot-bin): bump to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 6, 2023
1 parent 3c2ce42 commit e346b33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ncspot-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ncspot-bin
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
pkgver = 0.13.0
pkgver = 0.13.1
pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
Expand All @@ -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.13.0/ncspot-v0.13.0-linux-x86_64.tar.gz
source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.13.1/ncspot-v0.13.1-linux-x86_64.tar.gz
source = https://github.com/hrkfdn/ncspot/raw/main/LICENSE
sha512sums = 50381cb768691a8c997559f5430fc6d2e7b6b7bd2085948048993cbcbd342b500ea76f63a267f94e32d2e2596cdd8d7697e01d0e44a1e43cefd221abeb87a0a2
sha512sums = 786147e1cf252d83f15948a3fe1fab61fcef0f8b5bc708c74dddc6fae870f3020091dc7e7a5d0340bf50654f7836e3359a163eb2b3cddc14528cf538e4d7867e
sha512sums = 5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf

pkgname = ncspot-bin
4 changes: 2 additions & 2 deletions ncspot-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: A. Husen <hi@husen.id>
pkgname=ncspot-bin
_pkgname=ncspot
pkgver=0.13.0
pkgver=0.13.1
pkgrel=1
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
arch=('x86_64')
Expand All @@ -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=('50381cb768691a8c997559f5430fc6d2e7b6b7bd2085948048993cbcbd342b500ea76f63a267f94e32d2e2596cdd8d7697e01d0e44a1e43cefd221abeb87a0a2'
sha512sums=('786147e1cf252d83f15948a3fe1fab61fcef0f8b5bc708c74dddc6fae870f3020091dc7e7a5d0340bf50654f7836e3359a163eb2b3cddc14528cf538e4d7867e'
'5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf')

package() {
Expand Down

0 comments on commit e346b33

Please sign in to comment.