[arch-commits] Commit in perl-test-utf8/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 15 02:32:56 UTC 2022


    Date: Friday, July 15, 2022 @ 02:32:56
  Author: felixonmars
Revision: 1252750

archrelease: copy trunk to community-any

Added:
  perl-test-utf8/repos/community-any/PKGBUILD
    (from rev 1252749, perl-test-utf8/trunk/PKGBUILD)
Deleted:
  perl-test-utf8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 02:32:39 UTC (rev 1252749)
+++ PKGBUILD	2022-07-15 02:32:56 UTC (rev 1252750)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Christos Nouskas <nous at archlinux.us>
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-test-utf8
-pkgver=1.01
-pkgrel=6
-pkgdesc="handy utf8 tests"
-arch=('any')
-url='https://search.cpan.org/dist/Test-utf8'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-module-install')
-source=("https://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz")
-sha512sums=('07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e')
-
-build() {
-  cd Test-utf8-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-utf8-$pkgver
-  make test
-}
-
-package() {
-  cd Test-utf8-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-utf8/repos/community-any/PKGBUILD (from rev 1252749, perl-test-utf8/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 02:32:56 UTC (rev 1252750)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Christos Nouskas <nous at archlinux.us>
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-test-utf8
+pkgver=1.02
+pkgrel=1
+pkgdesc="handy utf8 tests"
+arch=('any')
+url='https://search.cpan.org/dist/Test-utf8'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+source=("https://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz")
+sha512sums=('f544174ad570c5e027acf66dcf335ddc4be3727488559933a389dbd7f2214e66490f96d0e816677310468076719d891fa3da80524b2b10345d8be8eebf4a1469')
+
+build() {
+  cd Test-utf8-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-utf8-$pkgver
+  make test
+}
+
+package() {
+  cd Test-utf8-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list