summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-09-03 21:18:03 +0200
committerblubbblubb2019-09-03 21:18:12 +0200
commit23b5c594a4a7a2dbd9c55e2312c73c9b0b80c884 (patch)
tree0c4f6373bbe4758b3bc0485077433605b64fee01
parent162e5cc5dfb3365a68baf6876dd31012bb8876eb (diff)
downloadaur-23b5c594a4a7a2dbd9c55e2312c73c9b0b80c884.tar.gz
update to v0.6.6: adds support for WAV, Ogg Vorbis, Ogg FLAC, Speex, Opus and WavPack files
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 795f870dbb33..af3a829e33f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = loudgain
pkgdesc = A loudness normalizer that scans music files and calculates loudness-normalized gain and loudness peak values according to the EBU R128 standard, and can optionally write ReplayGain-compatible metadata.
- pkgver = v0.6.3
+ pkgver = v0.6.6
pkgrel = 1
url = https://github.com/Moonbase59/loudgain
arch = i686
@@ -12,8 +12,8 @@ pkgbase = loudgain
depends = ffmpeg
provides = loudgain
provides = rgbpm
- source = https://github.com/Moonbase59/loudgain/archive/v0.6.3.tar.gz
- sha256sums = 05d1190852e1deaa52b7570810e9dae6c99fdf654aedf544b33e74b9e584b7db
+ source = https://github.com/Moonbase59/loudgain/archive/v0.6.6.tar.gz
+ sha256sums = e572f5140332dac5f341dc5ef6367ba3e57902899b24b666bc11659176df1259
pkgname = loudgain
diff --git a/PKGBUILD b/PKGBUILD
index b59374d59e6f..392eb3abdb92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.6.3
-_pkgver=0.6.3
+pkgver=v0.6.6
+_pkgver=0.6.6
pkgrel=1
pkgdesc="A loudness normalizer that scans music files and calculates loudness-normalized gain and loudness peak values according to the EBU R128 standard, and can optionally write ReplayGain-compatible metadata."
url="https://github.com/Moonbase59/loudgain"
@@ -12,7 +12,7 @@ depends=("taglib" "libebur128" "ffmpeg")
makedepends=('cmake')
provides=('loudgain' 'rgbpm')
source=("https://github.com/Moonbase59/loudgain/archive/${pkgver}.tar.gz")
-sha256sums=('05d1190852e1deaa52b7570810e9dae6c99fdf654aedf544b33e74b9e584b7db')
+sha256sums=('e572f5140332dac5f341dc5ef6367ba3e57902899b24b666bc11659176df1259')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"