summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2016-09-25 16:17:04 +0200
committerKrzysztof AS (3ED)2016-09-25 16:17:04 +0200
commita6eb89668e0f94d622aae32bac852a6b25f20db5 (patch)
tree851cbba4e7e56fb52eb4c2d40b664869cc338b49
parentb756eb4efe3ad59357721cfb03d3279d45e01784 (diff)
downloadaur-a6eb89668e0f94d622aae32bac852a6b25f20db5.tar.gz
update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 085147e11eef..22e6bfc1a1cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun Sep 25 14:16:37 UTC 2016
pkgbase = perl-net-mpd
pkgdesc = a lightweight replacment for Audio::MPD
- pkgver = 0.05
- pkgrel = 2
- url = http://search.cpan.org/dist/Net-MPD/
+ pkgver = 0.06
+ pkgrel = 1
+ url = https://metacpan.org/release/Net-MPD
arch = any
license = PerlArtistic
license = GPL
@@ -10,8 +12,8 @@ pkgbase = perl-net-mpd
makedepends = perl-module-build-tiny
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/A/AB/ABERNDT/Net-MPD-0.05.tar.gz
- sha256sums = 38d631633ad6380ec0790aedc31d20f0ec2a268809af71eb9041fb93eaec5989
+ source = https://cpan.metacpan.org/authors/id/A/AB/ABERNDT/Net-MPD-0.06.tar.gz
+ sha256sums = 6c5caab6547b9b35bb196ba44ae78dc2dc56ea085f36268e58af5bcab2f27dc2
pkgname = perl-net-mpd
diff --git a/PKGBUILD b/PKGBUILD
index fdfbada6a0b4..c3c3d973c3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=perl-net-mpd
_lastauthor=A/AB/ABERNDT
_pkgname=Net-MPD
-pkgver=0.05
-pkgrel=2
+pkgver=0.06
+pkgrel=1
pkgdesc="a lightweight replacment for Audio::MPD"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -12,9 +12,9 @@ options=('!emptydirs')
depends=('perl')
makedepends=('perl-module-build-tiny')
checkdepends=('perl-test-harness>=3.29')
-url="http://search.cpan.org/dist/${_pkgname}/"
-source=(http://search.cpan.org/CPAN/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('38d631633ad6380ec0790aedc31d20f0ec2a268809af71eb9041fb93eaec5989')
+url="https://metacpan.org/release/${_pkgname}"
+source=(https://cpan.metacpan.org/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
+sha256sums=('6c5caab6547b9b35bb196ba44ae78dc2dc56ea085f36268e58af5bcab2f27dc2')
build() {
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \