diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-16 10:49:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-16 10:49:18 +0000 |
commit | 992cfbbce6975d1743c3ec0b514cb4e874bb1eb1 (patch) | |
tree | 3cc7010eb2036b6a6ca153f13b2a051dbf0d9908 /main | |
parent | 4ea0e60769f5bcd419c9031ae199eacbf18dcdde (diff) | |
download | aports-992cfbbce6975d1743c3ec0b514cb4e874bb1eb1.tar.bz2 aports-992cfbbce6975d1743c3ec0b514cb4e874bb1eb1.tar.xz |
main/perl-html-formattext-withlinks: perl-module-build build fix
Diffstat (limited to 'main')
-rw-r--r-- | main/perl-html-formattext-withlinks/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-html-formattext-withlinks/APKBUILD b/main/perl-html-formattext-withlinks/APKBUILD index 2b86e348c6..9d3f71d4d5 100644 --- a/main/perl-html-formattext-withlinks/APKBUILD +++ b/main/perl-html-formattext-withlinks/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-html-formattext-withlinks _pkgreal=HTML-FormatText-WithLinks pkgver=0.14 -pkgrel=0 +pkgrel=1 pkgdesc="HTML to text conversion with links as footnotes" url="http://search.cpan.org/dist/HTML-FormatText-WithLinks/" arch="noarch" @@ -12,7 +12,7 @@ license="GPL PerlArtistic" cpandepends="perl-html-format perl-uri perl-html-tree" cpanmakedepends=" " depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/$_pkgreal-$pkgver.tar.gz" |