diff options
author | Erich Eckner <git@eckner.net> | 2016-05-20 15:21:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-20 15:21:19 +0200 |
commit | e680c963018e8adf50a7f1985eb41ef22791f581 (patch) | |
tree | ab94f23e4613dde38f85cbe10d1fab7dacec5116 /perl-html-formattext-withlinks | |
parent | 94115ddf2bde7f7fff5b518134b3e3ee92d8556c (diff) | |
download | archlinuxewe-e680c963018e8adf50a7f1985eb41ef22791f581.tar.xz |
neue checks in perl-html-formattext-withlinks
Diffstat (limited to 'perl-html-formattext-withlinks')
-rw-r--r-- | perl-html-formattext-withlinks/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-html-formattext-withlinks/PKGBUILD b/perl-html-formattext-withlinks/PKGBUILD index bb466b891..c276e834c 100644 --- a/perl-html-formattext-withlinks/PKGBUILD +++ b/perl-html-formattext-withlinks/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-html-formattext-withlinks' pkgver='0.15' -pkgrel='1' +pkgrel='2' pkgdesc='HTML to text conversion with links as footnotes' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') @@ -18,6 +18,8 @@ makedepends=( 'perl-test-simple' 'perl-module-build>=0.38') checkdepends=( + 'perl-test-pod' + 'perl-test-pod-coverage' 'perl-test-mockobject') url='https://metacpan.org/release/HTML-FormatText-WithLinks' _distdir="HTML-FormatText-WithLinks-${pkgver}" |