summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-09-08 22:01:00 +0200
committerblubbblubb2019-09-08 22:01:00 +0200
commit8d7e9cc11449b63d3806f505719979642fec9b99 (patch)
treef71dd151194e4f1b87584540a4485aec41a45b39
parent18b69535661cea762bd1c217554345b8caf8c0eb (diff)
downloadaur-8d7e9cc11449b63d3806f505719979642fec9b99.tar.gz
update to v0.6.8: adds support for Monkey's Audio (APE), the upcoming MusicBrainz Picard 2.2, and fixes some minor bugs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef5b66139ae3..d9aaaf88d23f 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.7
+ pkgver = v0.6.8
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.7.tar.gz
- sha256sums = 88a0bd79305cc6940ff378e4f131501a1918aa42241dfc8ffe1b114505293081
+ source = https://github.com/Moonbase59/loudgain/archive/v0.6.8.tar.gz
+ sha256sums = 1137c193ad941b366e87c5d84ccc95a7aa8571affc060db0bd1cf72c489aeaee
pkgname = loudgain
diff --git a/PKGBUILD b/PKGBUILD
index f5abcfef439e..dd59b0cff26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.6.7
-_pkgver=0.6.7
+pkgver=v0.6.8
+_pkgver=0.6.8
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=('88a0bd79305cc6940ff378e4f131501a1918aa42241dfc8ffe1b114505293081')
+sha256sums=('1137c193ad941b366e87c5d84ccc95a7aa8571affc060db0bd1cf72c489aeaee')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"