[arch-commits] Commit in perl-module-runtime/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 29 07:39:03 UTC 2018


    Date: Monday, October 29, 2018 @ 07:39:03
  Author: spupykin
Revision: 399361

archrelease: copy trunk to community-any

Added:
  perl-module-runtime/repos/community-any/PKGBUILD
    (from rev 399360, perl-module-runtime/trunk/PKGBUILD)
Deleted:
  perl-module-runtime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 07:38:51 UTC (rev 399360)
+++ PKGBUILD	2018-10-29 07:39:03 UTC (rev 399361)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=perl-module-runtime
-pkgver=0.014
-pkgrel=4
-pkgdesc="runtime module handling"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Runtime/"
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-module-build')
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz")
-md5sums=('a6597bc25536a30476f0d75b64d35734')
-
-build() {
-  cd "$srcdir"/Module-Runtime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Module-Runtime-$pkgver
-  make install DESTDIR="${pkgdir}"
-  find "$pkgdir" -name perllocal.pod -delete
-  find "$pkgdir" -name .packlist -delete
-}

Copied: perl-module-runtime/repos/community-any/PKGBUILD (from rev 399360, perl-module-runtime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-29 07:39:03 UTC (rev 399361)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-module-runtime
+pkgver=0.016
+pkgrel=1
+pkgdesc="runtime module handling"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Runtime/"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-build')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz")
+sha256sums=('68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024')
+
+build() {
+  cd "$srcdir"/Module-Runtime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Module-Runtime-$pkgver
+  make install DESTDIR="${pkgdir}"
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}



More information about the arch-commits mailing list