mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 2.0.2
This commit is contained in:
parent
20e8f632b7
commit
fcdd73d4e2
2 changed files with 8 additions and 8 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mp3rgain-bin
|
||||
pkgdesc = Lossless MP3 volume adjustment - A modern 'mp3gain' replacement
|
||||
pkgver = 2.0.1
|
||||
pkgver = 2.0.2
|
||||
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.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
|
||||
source = LICENSE-2.0.2::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.2/LICENSE
|
||||
source = README-2.0.2.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.2/README.md
|
||||
source = mp3rgain-2.0.2.1::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v2.0.2//docs/man/mp3rgain.1
|
||||
sha256sums = 8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135
|
||||
sha256sums = 92964624b4c2e1adc6b090401bff32db2b364e89b71e8d244aea0f1f09aa8fa1
|
||||
sha256sums = af454cef96a4a790f7c773c3e79546120a55791ca89fb1776263f124fd3df1c6
|
||||
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
|
||||
source_x86_64 = mp3rgain-x86_64-2.0.2.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v2.0.2/mp3rgain-v2.0.2-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = 4d21cf5cdd9504d275970397b00c9d07dfaf920e2db0ca6760807a79827788fb
|
||||
|
||||
pkgname = mp3rgain-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@ _pkgname=mp3rgain
|
|||
pkgname=${_pkgname}-bin
|
||||
pkgdesc="Lossless MP3 volume adjustment - A modern 'mp3gain' replacement"
|
||||
|
||||
pkgver=2.0.1
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
_pkgvername=v${pkgver}
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/$
|
|||
sha256sums=('8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135'
|
||||
'92964624b4c2e1adc6b090401bff32db2b364e89b71e8d244aea0f1f09aa8fa1'
|
||||
'af454cef96a4a790f7c773c3e79546120a55791ca89fb1776263f124fd3df1c6')
|
||||
sha256sums_x86_64=('580fc9550fe830f7eadf61827711aff84325caca8e9a35e53e0fbddad1501fe3')
|
||||
sha256sums_x86_64=('4d21cf5cdd9504d275970397b00c9d07dfaf920e2db0ca6760807a79827788fb')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue