summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-08-05 22:12:06 +0200
committerblubbblubb2019-08-05 22:12:06 +0200
commit3467cd111d22271e353ee0ea5ad0fe8ff069850c (patch)
treeee12eb1d92c0020fdd0fe4f250a7584bfc784b5f
parent2cac8514d4573035f136a6b7d36fea094109e003 (diff)
downloadaur-3467cd111d22271e353ee0ea5ad0fe8ff069850c.tar.gz
update to v0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b54f7e772ca..e3d5af4587a2 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.1
+ pkgver = v0.5.2
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.1.tar.gz
- sha256sums = 39a85804d3a134d4c22c3135e3c6582858319b178b02b229e76f3563230379dd
+ source = https://github.com/Moonbase59/loudgain/archive/v0.5.2.tar.gz
+ sha256sums = e4443abc840605e842769ed8582d1fc0d8f678239ffba8b5e42c0291502eec3e
pkgname = loudgain
diff --git a/PKGBUILD b/PKGBUILD
index 8642bd898bea..8541212c4ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.5.1
-_pkgver=0.5.1
+pkgver=v0.5.2
+_pkgver=0.5.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.sh')
source=("https://github.com/Moonbase59/loudgain/archive/${pkgver}.tar.gz")
-sha256sums=('39a85804d3a134d4c22c3135e3c6582858319b178b02b229e76f3563230379dd')
+sha256sums=('e4443abc840605e842769ed8582d1fc0d8f678239ffba8b5e42c0291502eec3e')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"