[arch-commits] Commit in perl-mime-types/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Dec 13 21:21:15 UTC 2020


    Date: Sunday, December 13, 2020 @ 21:21:13
  Author: felixonmars
Revision: 404287

archrelease: copy trunk to extra-any

Added:
  perl-mime-types/repos/extra-any/PKGBUILD
    (from rev 404286, perl-mime-types/trunk/PKGBUILD)
Deleted:
  perl-mime-types/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 21:21:02 UTC (rev 404286)
+++ PKGBUILD	2020-12-13 21:21:13 UTC (rev 404287)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jan de Groot
-# Contributor: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-mime-types
-pkgver=2.17
-pkgrel=5
-pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
-arch=('any')
-url="https://search.cpan.org/dist/MIME-Types/"
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz")
-sha512sums=('a834ddfa70fbaa5688a2a35626c489a48448e273638312609faaa8fbf07ba656254d1f907ba5f25518e93fd62b7b9265eec700c38c8446876dca24e07d8b15c4')
-
-build() {
-  cd MIME-Types-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd MIME-Types-${pkgver}
-  make test
-}
-
-package() {
-  cd MIME-Types-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-mime-types/repos/extra-any/PKGBUILD (from rev 404286, perl-mime-types/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-13 21:21:13 UTC (rev 404287)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan de Groot
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-mime-types
+pkgver=2.18
+pkgrel=1
+pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
+arch=('any')
+url="https://search.cpan.org/dist/MIME-Types/"
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz")
+sha512sums=('770e63a48b40c94f1728e67f6a69029f51e125562d11008f26a5e1a6b85d30fb45bcbd1f8e080f664542b81de94695972012815e07f0ecd007a11efb32005df1')
+
+build() {
+  cd MIME-Types-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Types-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Types-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list