summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb756eb4efe3ad59357721cfb03d3279d45e01784 (diff)
downloadaur-a6eb89668e0f94d622aae32bac852a6b25f20db5.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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" \