mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
chore: bump to v0.9.1
This commit is contained in:
parent
69fb6607a7
commit
fb9183cb7d
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = ncspot-bin
|
||||
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
|
||||
pkgver = 0.9.0
|
||||
pkgver = 0.9.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/hrkfdn/ncspot
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
provides = ncspot
|
||||
conflicts = ncspot
|
||||
source = https://github.com/datakrama/ncspot-bin/releases/download/v0.9.0/ncspot-v0.9.0-linux-x86_64.tar.gz
|
||||
sha512sums = 9e827bd2da29bf045de50fb3344e15880a4227f1e53fe1aa94c94a9194be0c4dca2d228d80fea1bf6a537acca8e4703f775c5b7121a9b12fd79f38fc2054fbc8
|
||||
source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.9.1/ncspot-v0.9.1-linux-x86_64.tar.gz
|
||||
sha512sums = 0bb9fc2c464d0839e09c28c0a324fabbe1e6479438dd703bb2f01fb033336cee438f1a823c26cca0a899d48b10c0dd50548165d44e6df431c40fbdd5d535d1b0
|
||||
|
||||
pkgname = ncspot-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: A. Husen <hi@husen.id>
|
||||
pkgname=ncspot-bin
|
||||
_pkgname=ncspot
|
||||
pkgver=0.9.0
|
||||
pkgver=0.9.1
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
|
||||
arch=('x86_64')
|
||||
|
|
@ -9,8 +9,8 @@ url="https://github.com/hrkfdn/ncspot"
|
|||
license=('BSD')
|
||||
provides=('ncspot')
|
||||
conflicts=('ncspot')
|
||||
source=("https://github.com/datakrama/ncspot-bin/releases/download/v${pkgver}/ncspot-v${pkgver}-linux-x86_64.tar.gz")
|
||||
sha512sums=('9e827bd2da29bf045de50fb3344e15880a4227f1e53fe1aa94c94a9194be0c4dca2d228d80fea1bf6a537acca8e4703f775c5b7121a9b12fd79f38fc2054fbc8')
|
||||
source=("https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v${pkgver}/ncspot-v${pkgver}-linux-x86_64.tar.gz")
|
||||
sha512sums=('0bb9fc2c464d0839e09c28c0a324fabbe1e6479438dd703bb2f01fb033336cee438f1a823c26cca0a899d48b10c0dd50548165d44e6df431c40fbdd5d535d1b0')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue