diff options
author | Erich Eckner <git@eckner.net> | 2016-06-10 16:13:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-10 20:40:05 +0200 |
commit | 784955465428f6f3f91241a6082db065f16bf6db (patch) | |
tree | 0b92dde03fc81cbe5ddcd5f9b056d635f290117e /perl-html-formattext-withlinks | |
parent | e3f517ca0dcaf858b87238f2a1bd089f5e9573df (diff) | |
download | archlinuxewe-784955465428f6f3f91241a6082db065f16bf6db.tar.xz |
perl-html-formattext-withlinks dependency update
Diffstat (limited to 'perl-html-formattext-withlinks')
-rw-r--r-- | perl-html-formattext-withlinks/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/perl-html-formattext-withlinks/PKGBUILD b/perl-html-formattext-withlinks/PKGBUILD index c276e834c..2d36348ba 100644 --- a/perl-html-formattext-withlinks/PKGBUILD +++ b/perl-html-formattext-withlinks/PKGBUILD @@ -3,20 +3,18 @@ pkgname='perl-html-formattext-withlinks' pkgver='0.15' -pkgrel='2' +pkgrel='3' pkgdesc='HTML to text conversion with links as footnotes' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') -provides=( - 'perl-html-formattext-withlinks') depends=( 'perl-html-formattext>=2' 'perl-html-tree' 'perl-uri') makedepends=( - 'perl-test-simple' - 'perl-module-build>=0.38') + 'perl-module-build>=0.38' + 'perl-test-simple') checkdepends=( 'perl-test-pod' 'perl-test-pod-coverage' |