Updated to version 0.1.5 added error handling

This commit is contained in:
Ross 2026-02-21 22:35:00 -05:00
parent ef9d0c4fc9
commit b5e49547a3
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sonicrust
pkgdesc = A Terminal based music player for Subsonic-compatible servers, written in Rust.
pkgver = 0.1.4
pkgver = 0.1.5
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.4.tar.gz::https://github.com/roceb/sonicrust/archive/refs/tags/v0.1.4.tar.gz
sha256sums = 900e442c8e02833ec35305ad0335b28158ab0c3a38ec721989a314d98fe8e50d
source = sonicrust-0.1.5.tar.gz::https://github.com/roceb/sonicrust/archive/refs/tags/v0.1.5.tar.gz
sha256sums = 35c8c486dfbc17b626d695cf9d2979040177cdb29da080ad29cad5984c3f323e
pkgname = sonicrust

View file

@ -1,7 +1,7 @@
# Maintainer: Ross Ceb aur@roceb.xyz
pkgname=sonicrust
_binaryname=sonicrust
pkgver=0.1.4
pkgver=0.1.5
pkgrel=1
pkgdesc="A Terminal based music player for Subsonic-compatible servers, written in Rust."
arch=('x86_64' 'aarch64')
@ -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=('900e442c8e02833ec35305ad0335b28158ab0c3a38ec721989a314d98fe8e50d')
sha256sums=('35c8c486dfbc17b626d695cf9d2979040177cdb29da080ad29cad5984c3f323e')
build() {
cd "$srcdir/$pkgname-$pkgver"