[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Fri Oct 26 11:40:27 UTC 2018


    Date: Friday, October 26, 2018 @ 11:40:27
  Author: spupykin
Revision: 399100

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
    (from rev 399099, perl-local-lib/trunk/PKGBUILD)
Deleted:
  perl-local-lib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 11:40:15 UTC (rev 399099)
+++ PKGBUILD	2018-10-26 11:40:27 UTC (rev 399100)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=perl-local-lib
-pkgver=2.000019
-pkgrel=4
-pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
-arch=('any')
-url="http://search.cpan.org/dist/local-lib/"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
-md5sums=('98b6d973b7962b68ecf1479a5b12a159')
-
-build() {
-  cd local-lib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd local-lib-${pkgver}
-  make test
-}
-
-package() {
-  cd local-lib-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 399099, perl-local-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-26 11:40:27 UTC (rev 399100)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-local-lib
+pkgver=2.000024
+pkgrel=1
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="http://search.cpan.org/dist/local-lib/"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
+sha256sums=('2e9b917bd48a0615e42633b2a327494e04610d8f710765b9493d306cead98a05')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list