mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
chore: update AUR package
This commit is contained in:
parent
c9349fbff8
commit
08b2648422
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.8.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/hrkfdn/ncspot
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
provides = ncspot
|
||||
conflicts = ncspot
|
||||
source = https://github.com/hrkfdn/ncspot/releases/download/v0.8.1/ncspot-v0.8.1-linux.tar.gz
|
||||
sha512sums = af66fddf2e4e9a2d08f7609b843cefcd6672f73580a81397b2b1d0f1dfb21497b6a1801f68d3544bc48477076731c871a2402cea871522239d2bf9b194345079
|
||||
source = https://github.com/datakrama/ncspot-bin/releases/download/v0.8.1/ncspot-v0.8.1-linux-x86_64.tar.gz
|
||||
sha512sums = 5f80188268030cc25e6680bd4db4f905013c991df60f7db981f9cb63393e9dde53074e917530e6661bc2fc34af341b3c296d830d9a78f8321ec70a71c38b0901
|
||||
|
||||
pkgname = ncspot-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,15 +2,15 @@
|
|||
pkgname=ncspot-bin
|
||||
_pkgname=ncspot
|
||||
pkgver=0.8.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/hrkfdn/ncspot"
|
||||
license=('BSD')
|
||||
provides=('ncspot')
|
||||
conflicts=('ncspot')
|
||||
source=("${url}/releases/download/v${pkgver}/ncspot-v${pkgver}-linux.tar.gz")
|
||||
sha512sums=('af66fddf2e4e9a2d08f7609b843cefcd6672f73580a81397b2b1d0f1dfb21497b6a1801f68d3544bc48477076731c871a2402cea871522239d2bf9b194345079')
|
||||
source=("https://github.com/datakrama/ncspot-bin/releases/download/v${pkgver}/ncspot-v${pkgver}-linux-x86_64.tar.gz")
|
||||
sha512sums=('5f80188268030cc25e6680bd4db4f905013c991df60f7db981f9cb63393e9dde53074e917530e6661bc2fc34af341b3c296d830d9a78f8321ec70a71c38b0901')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue