summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-08-06 17:32:43 +0200
committerblubbblubb2019-08-06 17:32:43 +0200
commit558dbbedaf68913e27e98ffae47b9be8d8fe68f5 (patch)
tree6b0621c27340f8ac1d04fa632398a169482ff6a5
parent3467cd111d22271e353ee0ea5ad0fe8ff069850c (diff)
downloadaur-558dbbedaf68913e27e98ffae47b9be8d8fe68f5.tar.gz
update to v0.5.3: adds (experimental) Opus support
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3d5af4587a2..f7b69a275f5c 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.5.2
+ pkgver = v0.5.3
pkgrel = 1
url = https://github.com/Moonbase59/loudgain
arch = i686
@@ -12,8 +12,8 @@ pkgbase = loudgain
depends = ffmpeg
provides = loudgain
provides = rgbpm.sh
- source = https://github.com/Moonbase59/loudgain/archive/v0.5.2.tar.gz
- sha256sums = e4443abc840605e842769ed8582d1fc0d8f678239ffba8b5e42c0291502eec3e
+ source = https://github.com/Moonbase59/loudgain/archive/v0.5.3.tar.gz
+ sha256sums = 2b3258cd48820e2eb579e2357831d40520cb4104bda008d8dfd8188cf2b34db3
pkgname = loudgain
diff --git a/PKGBUILD b/PKGBUILD
index 8541212c4ade..9fdd0f1b2da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.5.2
-_pkgver=0.5.2
+pkgver=v0.5.3
+_pkgver=0.5.3
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.sh')
source=("https://github.com/Moonbase59/loudgain/archive/${pkgver}.tar.gz")
-sha256sums=('e4443abc840605e842769ed8582d1fc0d8f678239ffba8b5e42c0291502eec3e')
+sha256sums=('2b3258cd48820e2eb579e2357831d40520cb4104bda008d8dfd8188cf2b34db3')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"