summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Bunkus2017-11-25 10:20:51 +0100
committerMoritz Bunkus2017-11-25 10:20:51 +0100
commite47abb03db98fb74dae87b93d644fd03f94fac0b (patch)
tree5a1c53344662cf089f36c16b850adb12085d98c6 /PKGBUILD
parent814e5272ae1c7b76ae033c7ae7de4f10357afda1 (diff)
downloadaur-e47abb03db98fb74dae87b93d644fd03f94fac0b.tar.gz
update to version 0.99-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e5fc3744c50..b98be4c3df33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
-pkgname='perl-audio-scan'
-pkgver="0.98"
-pkgrel='5'
+pkgname="perl-audio-scan"
+pkgver="0.99"
+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=('zlib')
-makedepends=('perl-test-warn')
-url='http://search.cpan.org/dist/Audio-Scan'
+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")
-sha512sums=('58b30c0a4c0ec2a8612d846e9fe2680444ce745d60c3670f22686c0283245904f0506e3e362767493ad5f4aa28cebd685d12e87db3a7644edc31e2633d7342f2')
+sha512sums=('abbf51c9eb15336527500ac9ce6dd8e05baee6dabdf2a4bc95a62b1787fe24c4ad0abb07d5632647e4add3123a3cfe6374c6fbfd236c5b01c3350b6ee9d74b10')
prepare_environment() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \