summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a295ea434a18..17c655d12859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = perl-mp3-tag
pkgdesc = Module for reading tags of MP3 audio files
- pkgver = 1.13
+ pkgver = 1.16
pkgrel = 1
- url = http://search.cpan.org/dist/MP3-Tag
+ url = https://metacpan.org/release/MP3-Tag
arch = any
license = PerlArtistic
license = GPL
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/MP3-Tag-1.13.tar.gz
- md5sums = 1eea17c9c8a03433634eb37fc16311d3
- sha512sums = 3dcdc186d8e2f00fc474eccadb755058fcba6cb80637c87d8565981f073bb19fa867a755de7423e3d58393bc730fe85f601f63dd928f4fe27a9fe9b80f63bfc3
+ source = https://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/MP3-Tag-1.16.zip
+ sha256sums = 50385093aa300056bc262bb6a400a96e2195977c1c5e1ebf15a5e075a9377b86
pkgname = perl-mp3-tag
-
diff --git a/PKGBUILD b/PKGBUILD
index a6ac4d5e5dde..3667cdbe6e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Maintainer: René Wagner <rwa at clttr dot info>
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-mp3-tag'
-pkgver='1.13'
+pkgver='1.16'
pkgrel='1'
pkgdesc="Module for reading tags of MP3 audio files"
arch=('any')
@@ -10,11 +11,10 @@ license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')
makedepends=()
-url='http://search.cpan.org/dist/MP3-Tag'
-source=('http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/MP3-Tag-1.13.tar.gz')
-md5sums=('1eea17c9c8a03433634eb37fc16311d3')
-sha512sums=('3dcdc186d8e2f00fc474eccadb755058fcba6cb80637c87d8565981f073bb19fa867a755de7423e3d58393bc730fe85f601f63dd928f4fe27a9fe9b80f63bfc3')
-_distdir="MP3-Tag-1.13"
+url='https://metacpan.org/release/MP3-Tag'
+source=("https://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/MP3-Tag-${pkgver}.zip")
+sha256sums=('50385093aa300056bc262bb6a400a96e2195977c1c5e1ebf15a5e075a9377b86')
+_distdir="MP3-Tag-1.16"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \