summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)