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