mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 2.0.1
This commit is contained in:
parent
865571c990
commit
20e8f632b7
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mp3rgain-bin
|
||||
pkgdesc = Lossless MP3 volume adjustment - A modern 'mp3gain' replacement
|
||||
pkgver = 2.0.0
|
||||
pkgver = 2.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/M-Igashi/mp3rgain
|
||||
arch = x86_64
|
||||
|
|
@ -9,13 +9,13 @@ pkgbase = mp3rgain-bin
|
|||
depends = gcc-libs
|
||||
provides = mp3rgain
|
||||
conflicts = mp3rgain
|
||||
source = LICENSE-2.0.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.0/LICENSE
|
||||
source = README-2.0.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.0/README.md
|
||||
source = mp3rgain-2.0.0.1::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.0//docs/man/mp3rgain.1
|
||||
source = LICENSE-2.0.1::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.1/LICENSE
|
||||
source = README-2.0.1.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.1/README.md
|
||||
source = mp3rgain-2.0.1.1::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.1//docs/man/mp3rgain.1
|
||||
sha256sums = 8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135
|
||||
sha256sums = e46d3fa3a3a33c9b74c63fbba5a17c328c1ea2fa18543252a36c9897b7b31c9c
|
||||
sha256sums = 92964624b4c2e1adc6b090401bff32db2b364e89b71e8d244aea0f1f09aa8fa1
|
||||
sha256sums = af454cef96a4a790f7c773c3e79546120a55791ca89fb1776263f124fd3df1c6
|
||||
source_x86_64 = mp3rgain-x86_64-2.0.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v2.0.0/mp3rgain-v2.0.0-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = 8b00aaa622757529044f2fe8a0d5f5a33c3da02a12e012fc1530bf6b9a5b566c
|
||||
source_x86_64 = mp3rgain-x86_64-2.0.1.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v2.0.1/mp3rgain-v2.0.1-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = 580fc9550fe830f7eadf61827711aff84325caca8e9a35e53e0fbddad1501fe3
|
||||
|
||||
pkgname = mp3rgain-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,7 +5,7 @@ _pkgname=mp3rgain
|
|||
pkgname=${_pkgname}-bin
|
||||
pkgdesc="Lossless MP3 volume adjustment - A modern 'mp3gain' replacement"
|
||||
|
||||
pkgver=2.0.0
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
_pkgvername=v${pkgver}
|
||||
|
||||
|
|
@ -25,9 +25,9 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
|
|||
"${_pkgname}-${pkgver}.1::${_urlraw}//docs/man/${_pkgname}.1")
|
||||
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_pkgvername}-linux-${arch[0]}.tar.gz")
|
||||
sha256sums=('8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135'
|
||||
'e46d3fa3a3a33c9b74c63fbba5a17c328c1ea2fa18543252a36c9897b7b31c9c'
|
||||
'92964624b4c2e1adc6b090401bff32db2b364e89b71e8d244aea0f1f09aa8fa1'
|
||||
'af454cef96a4a790f7c773c3e79546120a55791ca89fb1776263f124fd3df1c6')
|
||||
sha256sums_x86_64=('8b00aaa622757529044f2fe8a0d5f5a33c3da02a12e012fc1530bf6b9a5b566c')
|
||||
sha256sums_x86_64=('580fc9550fe830f7eadf61827711aff84325caca8e9a35e53e0fbddad1501fe3')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue