summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblubbblubb2019-09-02 01:32:52 +0200
committerblubbblubb2019-09-02 01:33:36 +0200
commit162e5cc5dfb3365a68baf6876dd31012bb8876eb (patch)
tree9952e34b0a04d3ad421bf2876e610c66e1ac4693 /PKGBUILD
parente7b3ae3ed724d1614e24253d9e8e2934018f04a3 (diff)
downloadaur-162e5cc5dfb3365a68baf6876dd31012bb8876eb.tar.gz
update to v0.6.3: added .asf/.wma support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc72c6708ac4..b59374d59e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.6.2
-_pkgver=0.6.2
+pkgver=v0.6.3
+_pkgver=0.6.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')
source=("https://github.com/Moonbase59/loudgain/archive/${pkgver}.tar.gz")
-sha256sums=('5f982a2c1508b5fe07f1993177126069bc5e76abc0aa2f412409f7774b5b6544')
+sha256sums=('05d1190852e1deaa52b7570810e9dae6c99fdf654aedf544b33e74b9e584b7db')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"