summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2017-09-28 21:38:08 +0200
committerMoritz Bunkus2017-09-28 21:38:08 +0200
commit814e5272ae1c7b76ae033c7ae7de4f10357afda1 (patch)
treed0e91fc23bd79a838b327d6959faf741ad49608a
parentd99a6118119d2628f4ad1606c037c678e0b53cd6 (diff)
downloadaur-814e5272ae1c7b76ae033c7ae7de4f10357afda1.tar.gz
fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffd192dc0007..dccd8fa08433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 18:54:36 UTC 2017
+# Thu Sep 28 19:37:59 UTC 2017
pkgbase = perl-audio-scan
pkgdesc = Fast C metadata and tag reader for all common audio file formats
pkgver = 0.98
- pkgrel = 4
+ pkgrel = 5
url = http://search.cpan.org/dist/Audio-Scan
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = perl-audio-scan
license = PerlArtistic
license = GPL
makedepends = perl-test-warn
+ depends = zlib
options = !emptydirs
source = https://cpan.metacpan.org/authors/id/A/AG/AGRUNDMA/Audio-Scan-0.98.tar.gz
sha512sums = 58b30c0a4c0ec2a8612d846e9fe2680444ce745d60c3670f22686c0283245904f0506e3e362767493ad5f4aa28cebd685d12e87db3a7644edc31e2633d7342f2
diff --git a/PKGBUILD b/PKGBUILD
index d9d499d70b5a..9e5fc3744c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='perl-audio-scan'
pkgver="0.98"
-pkgrel='4'
+pkgrel='5'
pkgdesc="Fast C metadata and tag reader for all common audio file formats"
arch=('i686' 'x86_64' 'arm')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
+depends=('zlib')
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")