[arch-commits] Commit in perl-user-identity/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Wed May 3 13:52:20 UTC 2017


    Date: Wednesday, May 3, 2017 @ 13:52:19
  Author: spupykin
Revision: 226657

archrelease: copy trunk to community-any

Added:
  perl-user-identity/repos/community-any/PKGBUILD
    (from rev 226656, perl-user-identity/trunk/PKGBUILD)
Deleted:
  perl-user-identity/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-03 13:52:01 UTC (rev 226656)
+++ PKGBUILD	2017-05-03 13:52:19 UTC (rev 226657)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-user-identity
-pkgver=0.96
-pkgrel=1
-pkgdesc="Perl/CPAN Module User::Identity : Define a person"
-arch=("any")
-url="http://search.cpan.org/~markov/User-Identity/"
-license=("GPL" "PerlArtistic")
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
-sha256sums=('d67345753d36645d2b12914dead95fda0e71d2eecc69f41ea67fed6d032887ea')
-
-build() {
-  cd "$srcdir"/User-Identity-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/User-Identity-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-user-identity/repos/community-any/PKGBUILD (from rev 226656, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-03 13:52:19 UTC (rev 226657)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-user-identity
+pkgver=0.97
+pkgrel=1
+pkgdesc="Perl/CPAN Module User::Identity : Define a person"
+arch=("any")
+url="http://search.cpan.org/~markov/User-Identity/"
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
+sha256sums=('faf9bd2eac1e8279d8c2846dbeaf6c45ba254eb1f4903b319dcc34e04b20e1c9')
+
+build() {
+  cd "$srcdir"/User-Identity-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/User-Identity-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list