[arch-commits] Commit in perl-file-sharedir-install/repos/community-any (2 files)

Sergej Pupykin spupykin at gemini.archlinux.org
Sun Aug 7 12:14:22 UTC 2022


    Date: Sunday, August 7, 2022 @ 12:14:21
  Author: spupykin
Revision: 1260532

archrelease: copy trunk to community-any

Added:
  perl-file-sharedir-install/repos/community-any/PKGBUILD
    (from rev 1260531, perl-file-sharedir-install/trunk/PKGBUILD)
Deleted:
  perl-file-sharedir-install/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-07 12:14:08 UTC (rev 1260531)
+++ PKGBUILD	2022-08-07 12:14:21 UTC (rev 1260532)
@@ -1,31 +0,0 @@
-# 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=6
-pkgdesc="File::ShareDir::Install - Install read-only data files from a distribution"
-arch=('any')
-url="https://search.cpan.org/dist/File-ShareDir-Install"
-license=('GPL' 'PerlArtistic')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("https://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}"
-}

Copied: perl-file-sharedir-install/repos/community-any/PKGBUILD (from rev 1260531, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-07 12:14:21 UTC (rev 1260532)
@@ -0,0 +1,31 @@
+# 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.14
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a distribution"
+arch=('any')
+url="https://search.cpan.org/dist/File-ShareDir-Install"
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz")
+sha256sums=('8f9533b198f2d4a9a5288cbc7d224f7679ad05a7a8573745599789428bc5aea0')
+
+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