summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarvey2021-09-01 22:25:48 +0200
committerHarvey2021-09-01 22:25:48 +0200
commit87097072036a93618b0aad8c8584072a35b7ea64 (patch)
tree0b95c9e0e191269c04910ad28ef6c62c59840907
parentbc28b3077ef18dd79aa63ab6bb7c84e5368a9553 (diff)
downloadaur-87097072036a93618b0aad8c8584072a35b7ea64.tar.gz
update to version 1.5.02
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4f99e412dc..522cd13577f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mp3diags-unstable
pkgdesc = Identify issues with your MP3 files, fix those issues and make other changes
- pkgver = 1.5.01
- pkgrel = 2
+ pkgver = 1.5.02
+ pkgrel = 1
url = http://mp3diags.sourceforge.net/
arch = x86_64
license = GPL
@@ -9,8 +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.01.tar.gz
- sha1sums = 645caf3000209165b89a7eb49e2bd37ae8a2e939
+ source = http://sourceforge.net/projects/mp3diags/files/unstable/mp3diags-src/MP3Diags-unstable-1.5.02.tar.gz
+ sha1sums = 8764aa9cb4eac097cfeaf8ca9c0306d14a50999e
pkgname = mp3diags-unstable
-
diff --git a/PKGBUILD b/PKGBUILD
index 03ed93fcc226..d6bbf28382c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributors: Dan Serban, Dany Martineau, Jordi De Groof, RTFreedman
pkgname="mp3diags-unstable"
-pkgver="1.5.01"
-pkgrel=2
+pkgver="1.5.02"
+pkgrel=1
pkgdesc="Identify issues with your MP3 files, fix those issues and make other changes"
url="http://mp3diags.sourceforge.net/"
license=("GPL")
@@ -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=('645caf3000209165b89a7eb49e2bd37ae8a2e939')
+sha1sums=('8764aa9cb4eac097cfeaf8ca9c0306d14a50999e')
build() {
cd "${srcdir}/MP3Diags-unstable-${pkgver}"
@@ -23,7 +23,7 @@ build() {
}
package() {
- cd "${srcdir}/MP3Diags-unstable-${pkgver}"
+ cd "${srcdir}/MP3Diags-unstable-${pkgver}"
mkdir -p "${pkgdir}/usr/bin" "${pkgdir}/usr/share/applications"
install -p -m755 "bin/MP3Diags-unstable" "${pkgdir}/usr/bin/"
install -p -m644 "desktop/MP3Diags-unstable.desktop" "${pkgdir}/usr/share/applications/"