[arch-commits] Commit in perl-text-template/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed May 4 06:32:23 UTC 2022


    Date: Wednesday, May 4, 2022 @ 06:32:23
  Author: felixonmars
Revision: 1192517

archrelease: copy trunk to community-any

Added:
  perl-text-template/repos/community-any/PKGBUILD
    (from rev 1192516, perl-text-template/trunk/PKGBUILD)
Deleted:
  perl-text-template/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 06:32:08 UTC (rev 1192516)
+++ PKGBUILD	2022-05-04 06:32:23 UTC (rev 1192517)
@@ -1,32 +0,0 @@
-# Contributor: Sébastien Luttringer <seblu at archlinux.org>
-
-pkgname=perl-text-template
-pkgver=1.60
-pkgrel=1
-pkgdesc='Expand template text with embedded perl'
-arch=('any')
-url='https://search.cpan.org/dist/Text-Template'
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz")
-sha512sums=('14dbaa5075691bc83d8f9ea58b6f86d6444948f9cbd7c27b0aac041c833d078940db7554268d3ff45f711a5646181ddb010f31894de23dc7226e79a103492e60')
-
-build() {
-  cd Text-Template-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Text-Template-$pkgver
-  make test
-}
-
-package() {
-  cd Text-Template-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-text-template/repos/community-any/PKGBUILD (from rev 1192516, perl-text-template/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 06:32:23 UTC (rev 1192517)
@@ -0,0 +1,32 @@
+# Contributor: Sébastien Luttringer <seblu at archlinux.org>
+
+pkgname=perl-text-template
+pkgver=1.61
+pkgrel=1
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='https://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz")
+sha512sums=('b527f587fc3fee48fed495b7dcbb1da0db1e423873ab99f9360f4b1a2727d85aa9b06ef8ab59a90d575d9731821e1a0263db8d0d357b01965633c58257c556b4')
+
+build() {
+  cd Text-Template-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Template-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Template-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list