[arch-commits] Commit in perl-sub-name/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 09:08:29 UTC 2019


    Date: Saturday, June 1, 2019 @ 09:08:29
  Author: foutrelis
Revision: 476341

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-sub-name/repos/community-staging-x86_64/PKGBUILD
    (from rev 476340, perl-sub-name/trunk/PKGBUILD)
Deleted:
  perl-sub-name/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 09:08:25 UTC (rev 476340)
+++ PKGBUILD	2019-06-01 09:08:29 UTC (rev 476341)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-sub-name
-_cpanname=Sub-Name
-pkgver=0.21
-pkgrel=6
-pkgdesc="(re)name a sub"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url="http://search.cpan.org/dist/$_cpanname"
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz")
-md5sums=('7e7a181e30b3249d0b81585f55e36621')
-
-build() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-sub-name/repos/community-staging-x86_64/PKGBUILD (from rev 476340, perl-sub-name/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 09:08:29 UTC (rev 476341)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-sub-name
+_cpanname=Sub-Name
+pkgver=0.21
+pkgrel=7
+pkgdesc="(re)name a sub"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname"
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz")
+md5sums=('7e7a181e30b3249d0b81585f55e36621')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list