[arch-commits] Commit in perl-lingua-en-inflect/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Wed Dec 9 09:11:01 UTC 2020


    Date: Wednesday, December 9, 2020 @ 09:11:01
  Author: felixonmars
Revision: 772338

archrelease: copy trunk to community-any

Added:
  perl-lingua-en-inflect/repos/community-any/PKGBUILD
    (from rev 772337, perl-lingua-en-inflect/trunk/PKGBUILD)
Deleted:
  perl-lingua-en-inflect/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-09 09:10:50 UTC (rev 772337)
+++ PKGBUILD	2020-12-09 09:11:01 UTC (rev 772338)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-lingua-en-inflect
-pkgver=1.904
-pkgrel=3
-pkgdesc='Convert singular to plural. Select "a" or "an"'
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Lingua-EN-Inflect"
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-$pkgver.tar.gz")
-sha512sums=('242417424d8ab7d52d219af838df955add337c3ef97ceb27e0fd72151988e6cce44e504d5ebf7b0c15f32b496bc0179d6659845c258dd7cbfaa5ddbb0e7ec8a5')
-
-build() {
-  cd Lingua-EN-Inflect-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Lingua-EN-Inflect-$pkgver
-  make test
-}
-
-package() {
-  cd Lingua-EN-Inflect-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-lingua-en-inflect/repos/community-any/PKGBUILD (from rev 772337, perl-lingua-en-inflect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-09 09:11:01 UTC (rev 772338)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-lingua-en-inflect
+pkgver=1.905
+pkgrel=1
+pkgdesc='Convert singular to plural. Select "a" or "an"'
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Lingua-EN-Inflect"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-$pkgver.tar.gz")
+sha512sums=('394671c4a645edd426d3f8d7b3980aac10345b68f9c7d2558f46ec3b7ffadad86138c5f27d3afd64e2c193c6d20a537f179ff01aa40a84cd1cee718e4afde42b')
+
+build() {
+  cd Lingua-EN-Inflect-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Lingua-EN-Inflect-$pkgver
+  make test
+}
+
+package() {
+  cd Lingua-EN-Inflect-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list