mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
chore: bump to v0.9.4
This commit is contained in:
parent
621d40d42d
commit
ef1218451a
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.3
|
||||
pkgver = 0.9.4
|
||||
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.3/ncspot-v0.9.3-linux-x86_64.tar.gz
|
||||
sha512sums = aaa1fa9084976f3bfa1c17a956694a7c4a742ee40b94efe0373ea2a6bfaff5e3bbccc4f49e9e1040e11a6c5db0b05e4077d79d894b42f7abf097919fb8770e20
|
||||
source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.9.4/ncspot-v0.9.4-linux-x86_64.tar.gz
|
||||
sha512sums = 09cdb98c47324c0634ecaa767ff23ce4a04c8f746ebb7c583086b5e44c28b187f8531d00c8f70eb488d1704b9691787283fca4bd569ba1374736b057257d5d82
|
||||
|
||||
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.3
|
||||
pkgver=0.9.4
|
||||
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=('aaa1fa9084976f3bfa1c17a956694a7c4a742ee40b94efe0373ea2a6bfaff5e3bbccc4f49e9e1040e11a6c5db0b05e4077d79d894b42f7abf097919fb8770e20')
|
||||
sha512sums=('09cdb98c47324c0634ecaa767ff23ce4a04c8f746ebb7c583086b5e44c28b187f8531d00c8f70eb488d1704b9691787283fca4bd569ba1374736b057257d5d82')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue