aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-08-06 19:56:38 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-08-06 19:56:59 +0200
commitd5e92d816128313a3173abc699c189514fd748e7 (patch)
tree35bbf21e39803777199fb9ea058e91a492e0d864
parentc7c0f5a00cfb8efa914a5c7f2fceb19a2d7ba156 (diff)
community/perl-data-dumper: fix conflict with perl-doc
Fixes #11810
-rw-r--r--community/perl-data-dumper/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/perl-data-dumper/APKBUILD b/community/perl-data-dumper/APKBUILD
index 4eafff0836c..84932bf6b44 100644
--- a/community/perl-data-dumper/APKBUILD
+++ b/community/perl-data-dumper/APKBUILD
@@ -4,7 +4,7 @@
pkgname=perl-data-dumper
_pkgreal=Data-Dumper
pkgver=2.173
-pkgrel=3
+pkgrel=4
pkgdesc="Stringified perl data structures"
url="https://metacpan.org/release/Data-Dumper"
arch="all"
@@ -34,6 +34,10 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+
+ # Don't conflict with perl-doc.
+ # See: https://gitlab.alpinelinux.org/alpine/aports/-/issues/11810
+ rm -f "$pkgdir"/usr/share/man/man3/Data::Dumper.3pm
}
sha512sums="a8d45fdce075bfe8752d423d535cc5279c012c733b0219884204119c9365e93c971858331e74c20df7beaa9b24ad54e1bf9eeb8d8bff53cf21fb88889d7602c2 Data-Dumper-2.173.tar.gz"