summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2017-04-27 18:40:51 +0200
committerMoritz Bunkus2017-04-27 18:40:51 +0200
commitc367859fe833cf689b3d3b5ef683884e2983b38c (patch)
tree07b11c11d02f1cfde4693fdf58f4d5a7172078c1
parent57e0cc8cb7a68f896012f74480c5c6d284d8af1e (diff)
downloadaur-c367859fe833cf689b3d3b5ef683884e2983b38c.tar.gz
update to version 0.97-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729763d5b4fa..a44f99fba8bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 22 08:04:41 UTC 2016
+# Thu Apr 27 16:40:43 UTC 2017
pkgbase = perl-audio-scan
pkgdesc = Fast C metadata and tag reader for all common audio file formats
- pkgver = 0.96
+ pkgver = 0.97
pkgrel = 1
url = http://search.cpan.org/dist/Audio-Scan
arch = i686
@@ -11,12 +11,10 @@ pkgbase = perl-audio-scan
license = PerlArtistic
license = GPL
makedepends = perl-test-warn
- depends = perl
- depends = zlib>=1.2.5
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/A/AG/AGRUNDMA/Audio-Scan-0.96.tar.gz
- md5sums = 8f23f95577a3931e2da7442a4738493a
- sha512sums = 4a48da8195925ccd9e30e5febb9a048ca4a86f4ac15b1a9fff388cae7ebe380a61ff3f1c3cc2e5d95f5b3d099b583a3bdfa55b8af6a5e7c9bae70ba9b20fa62e
+ source = https://cpan.metacpan.org/authors/id/A/AG/AGRUNDMA/Audio-Scan-0.97.tar.gz
+ md5sums = 77f8cfe9337e7a798930b86adc49a3b3
+ sha512sums = d48d405a995c8538f0480ae9283dbf63c165db2a672cd0fcb968c682f43be07d684012616589a6a0682491875f3d449e6bf38fa52830442e6bc8c38cdb26b0ae
pkgname = perl-audio-scan
diff --git a/PKGBUILD b/PKGBUILD
index 465162b21d23..929c0e849630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='perl-audio-scan'
-pkgver="0.96"
+pkgver="0.97"
pkgrel="1"
pkgdesc="Fast C metadata and tag reader for all common audio file formats"
arch=('i686' 'x86_64' 'arm')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl' 'zlib>=1.2.5')
makedepends=('perl-test-warn')
url='http://search.cpan.org/dist/Audio-Scan'
source=("https://cpan.metacpan.org/authors/id/A/AG/AGRUNDMA/Audio-Scan-${pkgver}.tar.gz")
-md5sums=('8f23f95577a3931e2da7442a4738493a')
-sha512sums=('4a48da8195925ccd9e30e5febb9a048ca4a86f4ac15b1a9fff388cae7ebe380a61ff3f1c3cc2e5d95f5b3d099b583a3bdfa55b8af6a5e7c9bae70ba9b20fa62e')
+md5sums=('77f8cfe9337e7a798930b86adc49a3b3')
+sha512sums=('d48d405a995c8538f0480ae9283dbf63c165db2a672cd0fcb968c682f43be07d684012616589a6a0682491875f3d449e6bf38fa52830442e6bc8c38cdb26b0ae')
prepare_environment() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \