summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-09-04 20:13:23 +0200
committerblubbblubb2019-09-04 20:13:23 +0200
commit18b69535661cea762bd1c217554345b8caf8c0eb (patch)
tree29d6cba09fb409ecffb865a1d74d77351652d745
parent23b5c594a4a7a2dbd9c55e2312c73c9b0b80c884 (diff)
downloadaur-18b69535661cea762bd1c217554345b8caf8c0eb.tar.gz
update to v0.6.7: adds support for AIFF
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af3a829e33f4..ef5b66139ae3 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.6
+ pkgver = v0.6.7
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.6.tar.gz
- sha256sums = e572f5140332dac5f341dc5ef6367ba3e57902899b24b666bc11659176df1259
+ source = https://github.com/Moonbase59/loudgain/archive/v0.6.7.tar.gz
+ sha256sums = 88a0bd79305cc6940ff378e4f131501a1918aa42241dfc8ffe1b114505293081
pkgname = loudgain
diff --git a/PKGBUILD b/PKGBUILD
index 392eb3abdb92..f5abcfef439e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.6.6
-_pkgver=0.6.6
+pkgver=v0.6.7
+_pkgver=0.6.7
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=('e572f5140332dac5f341dc5ef6367ba3e57902899b24b666bc11659176df1259')
+sha256sums=('88a0bd79305cc6940ff378e4f131501a1918aa42241dfc8ffe1b114505293081')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"