summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2017-01-12 23:40:16 +0100
committerzoe2017-01-12 23:40:16 +0100
commitf3082029431fc3c9c880f05e8e3c8c69af3e4565 (patch)
treea920450c4973c85aba64c899fd8bc46ff18b923c
parente743defada14f22112890775dcbbfd4c8539b64b (diff)
downloadaur-f3082029431fc3c9c880f05e8e3c8c69af3e4565.tar.gz
Update to 0.8.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70de3dd00aa..59ae0ea2f95e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 14:19:51 UTC 2016
+# Thu Jan 12 22:38:54 UTC 2017
pkgbase = mp3check
pkgdesc = Check mp3 files for consistency plus fix header and id3tag errors
pkgver = 0.8.7
- pkgrel = 2
- url = https://code.google.com/p/mp3check/
+ pkgrel = 1
+ url = https://code.google.com/archive/p/mp3check/
arch = i686
arch = x86_64
arch = armv7h
license = GPL
depends = gcc-libs
- source = https://mp3check.googlecode.com/files/mp3check-0.8.7.tgz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp3check/mp3check-0.8.7.tgz
md5sums = 83f5fd6514a55c88126725275aa2d1d5
pkgname = mp3check
diff --git a/PKGBUILD b/PKGBUILD
index e1a9a166eb94..c54efd43ca40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Corelli <corelli AT yepmail DOT net>
+# Maintainer: zoe <chp321 AT gmail DOT com>
# Contributor: Gadget3000 <Gadget3000@msn.com>
pkgname=mp3check
pkgver=0.8.7
-pkgrel=2
+pkgrel=1
pkgdesc="Check mp3 files for consistency plus fix header and id3tag errors"
arch=('i686' 'x86_64' 'armv7h')
-url="https://code.google.com/p/mp3check/"
+url="https://code.google.com/archive/p/${pkgname}/"
license=('GPL')
-source=(https://mp3check.googlecode.com/files/mp3check-${pkgver}.tgz)
-md5sums=(83f5fd6514a55c88126725275aa2d1d5)
-depends=(gcc-libs)
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tgz")
+md5sums=('83f5fd6514a55c88126725275aa2d1d5')
+depends=('gcc-libs')
build() {
cd "$srcdir/$pkgname-$pkgver"