mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 2.0.0
This commit is contained in:
parent
19571cab56
commit
865571c990
2 changed files with 12 additions and 12 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mp3rgain-bin
|
||||
pkgdesc = Lossless MP3 volume adjustment - A modern 'mp3gain' replacement
|
||||
pkgver = 1.7.0
|
||||
pkgver = 2.0.0
|
||||
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-1.7.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.7.0/LICENSE
|
||||
source = README-1.7.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.7.0/README.md
|
||||
source = mp3rgain-1.7.0.1::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.7.0//docs/man/mp3rgain.1
|
||||
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
|
||||
sha256sums = 8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135
|
||||
sha256sums = c948256ac69649a685b15d627fe3792b20a055064ff1bea4b66ece23537de963
|
||||
sha256sums = b28f2e6d7f013cc80d3a2e55721116b730ccefe80980b33ad93779e5c2f36d16
|
||||
source_x86_64 = mp3rgain-x86_64-1.7.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.7.0/mp3rgain-v1.7.0-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = 9e1f9066b9bd6fab0e05d8bbabf8f61327d2c8ef13b4ba21dd0083344e78a02a
|
||||
sha256sums = e46d3fa3a3a33c9b74c63fbba5a17c328c1ea2fa18543252a36c9897b7b31c9c
|
||||
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
|
||||
|
||||
pkgname = mp3rgain-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -5,7 +5,7 @@ _pkgname=mp3rgain
|
|||
pkgname=${_pkgname}-bin
|
||||
pkgdesc="Lossless MP3 volume adjustment - A modern 'mp3gain' replacement"
|
||||
|
||||
pkgver=1.7.0
|
||||
pkgver=2.0.0
|
||||
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'
|
||||
'c948256ac69649a685b15d627fe3792b20a055064ff1bea4b66ece23537de963'
|
||||
'b28f2e6d7f013cc80d3a2e55721116b730ccefe80980b33ad93779e5c2f36d16')
|
||||
sha256sums_x86_64=('9e1f9066b9bd6fab0e05d8bbabf8f61327d2c8ef13b4ba21dd0083344e78a02a')
|
||||
'e46d3fa3a3a33c9b74c63fbba5a17c328c1ea2fa18543252a36c9897b7b31c9c'
|
||||
'af454cef96a4a790f7c773c3e79546120a55791ca89fb1776263f124fd3df1c6')
|
||||
sha256sums_x86_64=('8b00aaa622757529044f2fe8a0d5f5a33c3da02a12e012fc1530bf6b9a5b566c')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue