summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-08-25 18:47:56 +0200
committerblubbblubb2019-08-25 18:47:56 +0200
commite7b3ae3ed724d1614e24253d9e8e2934018f04a3 (patch)
treeeff44ec634c91d98d2fb8b0f72c22ea0325fdf4e
parentb448f02da461267b8ad60a97911ce79da36c6a24 (diff)
downloadaur-e7b3ae3ed724d1614e24253d9e8e2934018f04a3.tar.gz
update to v0.6.2: Fix Opus album gain calculation
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35727f2739b1..59f5c30c8cd5 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.1
+ pkgver = v0.6.2
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.1.tar.gz
- sha256sums = ea38a392a14a839551b9c8b53c88fcea316bad4ac2c4e346ae0758c2630e5ff5
+ source = https://github.com/Moonbase59/loudgain/archive/v0.6.2.tar.gz
+ sha256sums = 5f982a2c1508b5fe07f1993177126069bc5e76abc0aa2f412409f7774b5b6544
pkgname = loudgain
diff --git a/PKGBUILD b/PKGBUILD
index 063fe77e636c..dc72c6708ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.6.1
-_pkgver=0.6.1
+pkgver=v0.6.2
+_pkgver=0.6.2
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=('ea38a392a14a839551b9c8b53c88fcea316bad4ac2c4e346ae0758c2630e5ff5')
+sha256sums=('5f982a2c1508b5fe07f1993177126069bc5e76abc0aa2f412409f7774b5b6544')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"