summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2015-12-01 23:25:44 +0100
committerKrzysztof AS (3ED)2015-12-01 23:25:44 +0100
commitb756eb4efe3ad59357721cfb03d3279d45e01784 (patch)
tree99d6da49369b00c5a475a61dc2c5e081a17b3495
parent635ebc55aa7697d50bc5b2cc8a34bb68593020a7 (diff)
downloadaur-b756eb4efe3ad59357721cfb03d3279d45e01784.tar.gz
fix makedepends: perl-module-build -> perl-module-build-tiny
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449a3fc7b0d4..085147e11eef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = perl-net-mpd
license = PerlArtistic
license = GPL
checkdepends = perl-test-harness>=3.29
- makedepends = perl-module-build
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index a758e5093344..fdfbada6a0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')
-makedepends=('perl-module-build')
+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)