mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 0.1.3
This commit is contained in:
parent
475dabfde3
commit
916de6c545
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = sonicrust-bin
|
||||
pkgdesc = A rust base TUI subsonic client
|
||||
pkgver = 0.1.2
|
||||
pkgver = 0.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/roceb/sonicrust
|
||||
arch = x86_64
|
||||
|
|
@ -13,9 +13,9 @@ pkgbase = sonicrust-bin
|
|||
provides = _binaryname
|
||||
conflicts = _binaryname
|
||||
options = strip
|
||||
source_x86_64 = sonicrust_v0.1.2_linux_x86_64.tar.gz::https://github.com/roceb/sonicrust/releases/download/v0.1.2/sonicrust_v0.1.2_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 6e43747467a5b736cb16f728695c0d6517aa7f38735048311c9290a0984e4891
|
||||
source_aarch64 = sonicrust_v0.1.2_linux_aarch64.tar.gz::https://github.com/roceb/sonicrust/releases/download/v0.1.2/sonicrust_v0.1.2_linux_aarch64.tar.gz
|
||||
sha256sums_aarch64 = 25c2dc6e9f5b0e2cf2f0e040e92b10d25d25adf142caa97218fec0b5c37ddaba
|
||||
source_x86_64 = sonicrust_v0.1.3_linux_x86_64.tar.gz::https://github.com/roceb/sonicrust/releases/download/v0.1.3/sonicrust_v0.1.3_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 088fab21e11ef34a3059ed2fdb9ba650f4dbc00709a3d439a88692b778773aeb
|
||||
source_aarch64 = sonicrust_v0.1.3_linux_aarch64.tar.gz::https://github.com/roceb/sonicrust/releases/download/v0.1.3/sonicrust_v0.1.3_linux_aarch64.tar.gz
|
||||
sha256sums_aarch64 = c0de75e0064d2cc146db9338e002a88e6925340f9233dd0496b16d748792af46
|
||||
|
||||
pkgname = sonicrust-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Ross Ceb aur@roceb.xyz
|
||||
pkgname=sonicrust-bin
|
||||
_binaryname=sonicrust
|
||||
pkgver=0.1.2
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="A rust base TUI subsonic client"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -14,8 +14,8 @@ options=(strip)
|
|||
conflicts=('_binaryname')
|
||||
source_x86_64=("${_binaryname}_v${pkgver}_linux_x86_64.tar.gz::${url}/releases/download/v${pkgver}/${_binaryname}_v${pkgver}_linux_x86_64.tar.gz")
|
||||
source_aarch64=("${_binaryname}_v${pkgver}_linux_aarch64.tar.gz::${url}/releases/download/v${pkgver}/${_binaryname}_v${pkgver}_linux_aarch64.tar.gz")
|
||||
sha256sums_aarch64=('25c2dc6e9f5b0e2cf2f0e040e92b10d25d25adf142caa97218fec0b5c37ddaba')
|
||||
sha256sums_x86_64=('6e43747467a5b736cb16f728695c0d6517aa7f38735048311c9290a0984e4891')
|
||||
sha256sums_x86_64=('088fab21e11ef34a3059ed2fdb9ba650f4dbc00709a3d439a88692b778773aeb')
|
||||
sha256sums_aarch64=('c0de75e0064d2cc146db9338e002a88e6925340f9233dd0496b16d748792af46')
|
||||
|
||||
package() {
|
||||
if [ "$CARCH" = "x86_64" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue