summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarvey2024-01-11 13:40:25 +0100
committerHarvey2024-01-11 13:40:25 +0100
commit2d477c7c6d8041c1fe887d653c9bd084fa77c2c1 (patch)
tree0e7eebcc4c9a3e032421b4a91540fe2ee56ec284
parent87097072036a93618b0aad8c8584072a35b7ea64 (diff)
downloadaur-mp3diags-unstable.tar.gz
Update to version 1.5.03-unstable
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 522cd13577f0..7af3ee431bde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mp3diags-unstable
pkgdesc = Identify issues with your MP3 files, fix those issues and make other changes
- pkgver = 1.5.02
+ pkgver = 1.5.03
pkgrel = 1
url = http://mp3diags.sourceforge.net/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = mp3diags-unstable
depends = boost-libs
depends = qt5-base
optdepends = mp3gain: MP3 normalization support
- source = http://sourceforge.net/projects/mp3diags/files/unstable/mp3diags-src/MP3Diags-unstable-1.5.02.tar.gz
- sha1sums = 8764aa9cb4eac097cfeaf8ca9c0306d14a50999e
+ source = http://sourceforge.net/projects/mp3diags/files/unstable/mp3diags-src/MP3Diags-unstable-1.5.03.tar.gz
+ sha256sums = 504791a38ddb79ef54e83ce0a76cd2d056e6b1349cbd8cc88e2414bfbd9aba0d
pkgname = mp3diags-unstable
diff --git a/PKGBUILD b/PKGBUILD
index d6bbf28382c2..759bb9f30e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributors: Dan Serban, Dany Martineau, Jordi De Groof, RTFreedman
pkgname="mp3diags-unstable"
-pkgver="1.5.02"
+pkgver="1.5.03"
pkgrel=1
pkgdesc="Identify issues with your MP3 files, fix those issues and make other changes"
url="http://mp3diags.sourceforge.net/"
@@ -12,7 +12,7 @@ depends=("boost-libs" "qt5-base")
makedepends=("boost")
optdepends=('mp3gain: MP3 normalization support')
source=("http://sourceforge.net/projects/mp3diags/files/unstable/mp3diags-src/MP3Diags-unstable-${pkgver}.tar.gz")
-sha1sums=('8764aa9cb4eac097cfeaf8ca9c0306d14a50999e')
+sha256sums=('504791a38ddb79ef54e83ce0a76cd2d056e6b1349cbd8cc88e2414bfbd9aba0d')
build() {
cd "${srcdir}/MP3Diags-unstable-${pkgver}"