[arch-commits] Commit in perl-lwp-mediatypes/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 25 13:25:47 UTC 2021


    Date: Saturday, December 25, 2021 @ 13:25:47
  Author: arojas
Revision: 433077

Update to 6.04

Modified:
  perl-lwp-mediatypes/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 12:50:48 UTC (rev 433076)
+++ PKGBUILD	2021-12-25 13:25:47 UTC (rev 433077)
@@ -1,16 +1,17 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=perl-lwp-mediatypes
-pkgver=6.02
-pkgrel=9
+pkgver=6.04
+pkgrel=1
 pkgdesc="Guess the media type of a file or a URL"
 arch=('any')
 url="https://metacpan.org/release/LWP-MediaTypes"
 depends=('perl')
+checkdepends=('perl-test-fatal')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-${pkgver}.tar.gz)
-sha1sums=('f56891f4e718a5f1f16f09ae37d32e454095cbed')
+source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/LWP-MediaTypes-${pkgver}.tar.gz)
+sha1sums=('b869d8b8b009d06a3bc3433c8a7fc522036df412')
 
 build() {
   cd "${srcdir}/LWP-MediaTypes-${pkgver}"



More information about the arch-commits mailing list