mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 0.1.4 added playlist
This commit is contained in:
parent
92c6b0fdc5
commit
ef9d0c4fc9
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = sonicrust
|
||||
pkgdesc = A rust base TUI subsonic client
|
||||
pkgver = 0.1.3
|
||||
pkgdesc = A Terminal based music player for Subsonic-compatible servers, written in Rust.
|
||||
pkgver = 0.1.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/roceb/sonicrust
|
||||
arch = x86_64
|
||||
|
|
@ -19,7 +19,7 @@ pkgbase = sonicrust
|
|||
provides = sonicrust
|
||||
conflicts = sonicrust-bin
|
||||
conflicts = sonicrust-git
|
||||
source = sonicrust-0.1.3.tar.gz::https://github.com/roceb/sonicrust/archive/refs/tags/v0.1.3.tar.gz
|
||||
sha256sums = 8983ce0aa8b931d2e4a203f1a03222158a403d1296816f352f9231e228272b2f
|
||||
source = sonicrust-0.1.4.tar.gz::https://github.com/roceb/sonicrust/archive/refs/tags/v0.1.4.tar.gz
|
||||
sha256sums = 900e442c8e02833ec35305ad0335b28158ab0c3a38ec721989a314d98fe8e50d
|
||||
|
||||
pkgname = sonicrust
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Ross Ceb aur@roceb.xyz
|
||||
pkgname=sonicrust
|
||||
_binaryname=sonicrust
|
||||
pkgver=0.1.3
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="A rust base TUI subsonic client"
|
||||
pkgdesc="A Terminal based music player for Subsonic-compatible servers, written in Rust."
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/roceb/sonicrust"
|
||||
license=('GPL-3.0-only')
|
||||
|
|
@ -13,7 +13,7 @@ provides=("$_binaryname")
|
|||
# options=(!strip)
|
||||
conflicts=('sonicrust-bin' 'sonicrust-git')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('8983ce0aa8b931d2e4a203f1a03222158a403d1296816f352f9231e228272b2f')
|
||||
sha256sums=('900e442c8e02833ec35305ad0335b28158ab0c3a38ec721989a314d98fe8e50d')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue