mp3gain: update to 1.6.1.

Closes #13445.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-04-13 17:20:32 +02:00 committed by Enno Boland
parent ee0430e226
commit e6e960ba76
2 changed files with 4 additions and 4 deletions

View file

@ -1,19 +1,18 @@
# Template file for 'mp3gain'
pkgname=mp3gain
_distver=1.5.2
_rev=r2
version=${_distver}.${_rev}
version=1.6.1
revision=1
create_wrksrc=yes
build_style=gnu-makefile
make_build_args="OSTYPE=linux"
hostmakedepends="unzip"
makedepends="mpg123-devel"
short_desc="Lossless mp3 normalizer with statistical analysis"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="LGPL-2.1"
homepage="http://mp3gain.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./_}-src.zip"
checksum=3378d32c8333c14f57622802f6a92b725f36ee45a6b181657b595b1b5d64260f
checksum=552e77f9333a04f35d68808565ec99b5eb6707985ea946f60f13c81a42daf25d
do_install() {
vbin mp3gain

1
srcpkgs/mp3gain/update Normal file
View file

@ -0,0 +1 @@
pattern="${pkgname}-\K[\d_r]+(?=-src\.zip)"