diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 08:09:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 08:09:23 +0000 |
commit | 48cfa8ee1777aa4a14068d5db24dc3e820dcecdf (patch) | |
tree | 9114d326c8c6c02c33cac10e9aee97e951866254 /main/perl-file-listing/APKBUILD | |
parent | a5d292eb47b6bfc9b659f52f4ec4487f4b42dde2 (diff) | |
download | aports-48cfa8ee1777aa4a14068d5db24dc3e820dcecdf.tar.bz2 aports-48cfa8ee1777aa4a14068d5db24dc3e820dcecdf.tar.xz |
main/perl-file-listing: fix replaces
Diffstat (limited to 'main/perl-file-listing/APKBUILD')
-rw-r--r-- | main/perl-file-listing/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/perl-file-listing/APKBUILD b/main/perl-file-listing/APKBUILD index a87de1537c..97e30a3a3e 100644 --- a/main/perl-file-listing/APKBUILD +++ b/main/perl-file-listing/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-file-listing pkgver=6.02 -pkgrel=0 +pkgrel=1 pkgdesc="File::Listing perl module" url="http://search.cpan.org/dist/File-Listing/" arch="noarch" @@ -10,6 +10,7 @@ license="GPLv2 or Artistic" depends="perl perl-http-date" makedepends="perl-dev" install="" +replaces="perl-libwww" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-$pkgver.tar.gz" |