[arch-commits] Commit in perl-libwww/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Feb 20 22:17:13 UTC 2017
Date: Monday, February 20, 2017 @ 22:17:13
Author: arojas
Revision: 289329
Add missing perl-try-tiny dependency (FS#53035)
Modified:
perl-libwww/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-20 20:20:00 UTC (rev 289328)
+++ PKGBUILD 2017-02-20 22:17:13 UTC (rev 289329)
@@ -3,7 +3,7 @@
pkgname=perl-libwww
pkgver=6.19
-pkgrel=1
+pkgrel=2
pkgdesc="The World-Wide Web library for Perl"
arch=('any')
url="https://metacpan.org/release/libwww-perl"
@@ -12,9 +12,9 @@
'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
'perl-net-http' 'perl-uri' 'perl-www-robotrules'
- 'perl-http-message')
+ 'perl-http-message' 'perl-try-tiny')
optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-checkdepends=('perl-try-tiny' 'perl-test-fatal')
+checkdepends=('perl-test-fatal')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/libwww-perl-${pkgver}.tar.gz)
sha1sums=('165a53a9596dd6e2ebe6a5bd385fe8da06f48b3a')
More information about the arch-commits
mailing list