[arch-commits] Commit in perl-extutils-makemaker/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sun Jan 19 10:46:07 UTC 2014


    Date: Sunday, January 19, 2014 @ 11:46:06
  Author: andyrtr
Revision: 204398

upgpkg: perl-extutils-makemaker 6.84-2

fix fileconflicts with perl-file-copy-recursive, make it provide it as it has the same full implementation; FS#38521

Modified:
  perl-extutils-makemaker/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-19 04:34:07 UTC (rev 204397)
+++ PKGBUILD	2014-01-19 10:46:06 UTC (rev 204398)
@@ -3,13 +3,16 @@
 # Contributor: Swift Geek <swiftgeek «at» gmail.com>
 pkgname=perl-extutils-makemaker
 pkgver=6.84
-pkgrel=1
+pkgrel=2
 pkgdesc="ExtUtils::MakeMaker - Create a module Makefile"
 arch=('any')
 url="http://search.cpan.org/~bingos/ExtUtils-MakeMaker/"
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.10.0')
-provides=(perl-extutils-makemaker=${pkgver})
+provides=("perl-extutils-makemaker=${pkgver}"
+          'perl-file-copy-recursive')
+conflicts=('perl-file-copy-recursive')
+replaces=('perl-file-copy-recursive')
 options=(!emptydirs)
 source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz")
 md5sums=('c0ab3435d3a85a4eaa55265b09aa5799')




More information about the arch-commits mailing list