Date: Saturday, May 25, 2019 @ 09:36:29
  Author: foutrelis
Revision: 470180

Remove dependency on perl-test-tester

It was removed from the repos and we delete the test that needed it anyway.

Modified:
  perl-test-trap/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-25 09:32:51 UTC (rev 470179)
+++ PKGBUILD    2019-05-25 09:36:29 UTC (rev 470180)
@@ -7,7 +7,7 @@
 arch=('any')
 url="https://metacpan.org/release/Test-Trap";
 license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-data-dump' 'perl-test-tester')
+depends=('perl' 'perl-data-dump')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz";)
 sha1sums=('53519d57ba9879fa935cf49c09da7514d8d7dd89')

Reply via email to