[arch-commits] Commit in perl-file-sharedir-install/repos/community-any (2 files)
Sergej Pupykin
spupykin at archlinux.org
Mon May 21 13:42:05 UTC 2018
Date: Monday, May 21, 2018 @ 13:42:04
Author: spupykin
Revision: 326155
archrelease: copy trunk to community-any
Added:
perl-file-sharedir-install/repos/community-any/PKGBUILD
(from rev 326154, perl-file-sharedir-install/trunk/PKGBUILD)
Deleted:
perl-file-sharedir-install/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-21 13:41:50 UTC (rev 326154)
+++ PKGBUILD 2018-05-21 13:42:04 UTC (rev 326155)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Jason St. John <jstjohn .. purdue . edu>
-# Contributor: AUR Perl <aurperl at juster.info>
-
-pkgname=perl-file-sharedir-install
-pkgver=0.11
-pkgrel=3
-pkgdesc="File::ShareDir::Install - Install read-only data files from a distribution"
-arch=('any')
-url="http://search.cpan.org/dist/File-ShareDir-Install"
-license=('GPL' 'PerlArtistic')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz")
-md5sums=('61107e6ce6eee42bf29525b1a4d029e0')
-
-build() {
- cd "File-ShareDir-Install-${pkgver}"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd "File-ShareDir-Install-${pkgver}"
- make test
-}
-
-package() {
- cd "File-ShareDir-Install-${pkgver}"
- make install DESTDIR="${pkgdir}"
-}
Copied: perl-file-sharedir-install/repos/community-any/PKGBUILD (from rev 326154, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-21 13:42:04 UTC (rev 326155)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: AUR Perl <aurperl at juster.info>
+
+pkgname=perl-file-sharedir-install
+pkgver=0.13
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a distribution"
+arch=('any')
+url="http://search.cpan.org/dist/File-ShareDir-Install"
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz")
+sha256sums=('45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9')
+
+build() {
+ cd "File-ShareDir-Install-${pkgver}"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "File-ShareDir-Install-${pkgver}"
+ make test
+}
+
+package() {
+ cd "File-ShareDir-Install-${pkgver}"
+ make install DESTDIR="${pkgdir}"
+}
More information about the arch-commits
mailing list