summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-08-04 20:14:30 +0200
committerblubbblubb2019-08-04 20:14:30 +0200
commit2cac8514d4573035f136a6b7d36fea094109e003 (patch)
tree6df5bc2407bd7c2cc50026e5dfcd3dc6d4feaec6
parent514b859a8a61953b1101c856ff9f82dc4c45b06d (diff)
downloadaur-2cac8514d4573035f136a6b7d36fea094109e003.tar.gz
update to v0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e36950947dbe..2b54f7e772ca 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.0
+ pkgver = v0.5.1
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.0.tar.gz
- sha256sums = 001a8862a13b8bf7f0c8ab10775aa2e5e2e5ece2a1f0b3c51e9f7c9118d9d488
+ source = https://github.com/Moonbase59/loudgain/archive/v0.5.1.tar.gz
+ sha256sums = 39a85804d3a134d4c22c3135e3c6582858319b178b02b229e76f3563230379dd
pkgname = loudgain
diff --git a/PKGBUILD b/PKGBUILD
index 9d7c326a3d81..8642bd898bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: blubbblubb <lampadada[removeme][at]googlemail[dot]com>
pkgname=loudgain
-pkgver=v0.5.0
-_pkgver=0.5.0
+pkgver=v0.5.1
+_pkgver=0.5.1
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=('001a8862a13b8bf7f0c8ab10775aa2e5e2e5ece2a1f0b3c51e9f7c9118d9d488')
+sha256sums=('39a85804d3a134d4c22c3135e3c6582858319b178b02b229e76f3563230379dd')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"