[arch-commits] Commit in perl-test-pod/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 20 06:51:58 UTC 2018


    Date: Friday, April 20, 2018 @ 06:51:58
  Author: felixonmars
Revision: 322484

archrelease: copy trunk to extra-any

Added:
  perl-test-pod/repos/extra-any/PKGBUILD
    (from rev 322483, perl-test-pod/trunk/PKGBUILD)
Deleted:
  perl-test-pod/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-20 06:51:32 UTC (rev 322483)
+++ PKGBUILD	2018-04-20 06:51:58 UTC (rev 322484)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Kevin <kevin at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org> 
-
-pkgname=perl-test-pod
-pkgver=1.51
-pkgrel=3
-pkgdesc="Check for POD errors in files"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Pod/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${pkgver}.tar.gz)
-md5sums=('f806aa84de2f0c0fba48b3a5a8a4aecf')
-
-build() {
-  cd Test-Pod-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Pod-${pkgver}
-  make test
-}
-
-package() {
-  cd Test-Pod-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-test-pod/repos/extra-any/PKGBUILD (from rev 322483, perl-test-pod/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-20 06:51:58 UTC (rev 322484)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin <kevin at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=perl-test-pod
+pkgver=1.52
+pkgrel=1
+pkgdesc="Check for POD errors in files"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Pod/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${pkgver}.tar.gz)
+sha512sums=('9b078488e1da8b907f5f3a46452aa9bfd49db61f1539d076dccebf9a8b476eaf0f539f00badc9c500b1e732a8827331b2286375924986efb990367767eeb8365')
+
+build() {
+  cd Test-Pod-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Pod-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-Pod-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list