[arch-commits] Commit in perl-file-pushd/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Fri Oct 26 11:39:30 UTC 2018


    Date: Friday, October 26, 2018 @ 11:39:30
  Author: spupykin
Revision: 399096

archrelease: copy trunk to community-any

Added:
  perl-file-pushd/repos/community-any/PKGBUILD
    (from rev 399095, perl-file-pushd/trunk/PKGBUILD)
Deleted:
  perl-file-pushd/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 11:39:16 UTC (rev 399095)
+++ PKGBUILD	2018-10-26 11:39:30 UTC (rev 399096)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-file-pushd
-pkgver=1.014
-pkgrel=4
-pkgdesc="Change directory temporarily for a limited scope"
-arch=('any')
-url="https://metacpan.org/release/File-pushd"
-license=('Apache')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz")
-sha256sums=('b5ab37ffe3acbec53efb7c77b4423a2c79afa30a48298e751b9ebee3fdc6340b')
-
-build() {
-  cd File-pushd-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-pushd-${pkgver}
-  make test
-}
-
-package() {
-  cd File-pushd-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-file-pushd/repos/community-any/PKGBUILD (from rev 399095, perl-file-pushd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-26 11:39:30 UTC (rev 399096)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+pkgname=perl-file-pushd
+pkgver=1.016
+pkgrel=1
+pkgdesc="Change directory temporarily for a limited scope"
+arch=('any')
+url="https://metacpan.org/release/File-pushd"
+license=('Apache')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz")
+sha256sums=('d73a7f09442983b098260df3df7a832a5f660773a313ca273fa8b56665f97cdc')
+
+build() {
+  cd File-pushd-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-pushd-${pkgver}
+  make test
+}
+
+package() {
+  cd File-pushd-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list