summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9628123aae18..c79cf0141b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coquillo
pkgdesc = Edit metadata / tags of various audio formats like MP3, Ogg/Vorbis and FLAC.
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.opendesktop.org/p/1130981/
arch = i686
arch = x86_64
@@ -11,6 +11,6 @@ pkgbase = coquillo
depends = taglib
depends = libmusicbrainz5
source = http://cs.uef.fi/~sjuvonen/coquillo/2.0.1/coquillo-2.0.1-src.tar.gz
- md5sums = 7e6ed965b23b71c8d69087b6d9d698ed
+ md5sums = 824b73cf26a28adc18f8db55739bf380
pkgname = coquillo
diff --git a/PKGBUILD b/PKGBUILD
index 3f72e56eece8..2355bd131bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=coquillo
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Utility for editing metadata i.e. "tags" contained in audio files.'
arch=('i686' 'x86_64')
url='https://www.opendesktop.org/p/1130981/'
@@ -10,7 +10,7 @@ license=('GPL')
depends=('qt5-multimedia' 'qt5-translations' 'taglib' 'libmusicbrainz5')
makedepends=('qt5-tools')
source=(http://cs.uef.fi/~sjuvonen/coquillo/$pkgver/coquillo-$pkgver-src.tar.gz)
-md5sums=('a68b381e43115aef42f4bcc0a3d32f89')
+md5sums=('824b73cf26a28adc18f8db55739bf380')
package() {
cd "${srcdir}/coquillo-${pkgver}/"