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

Felix Yan felixonmars at archlinux.org
Sat Apr 27 18:26:13 UTC 2019


    Date: Saturday, April 27, 2019 @ 18:26:12
  Author: felixonmars
Revision: 454777

archrelease: copy trunk to community-any

Added:
  perl-lingua-en-inflect/repos/community-any/PKGBUILD
    (from rev 454775, 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	2019-04-27 18:26:11 UTC (rev 454776)
+++ PKGBUILD	2019-04-27 18:26:12 UTC (rev 454777)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-lingua-en-inflect
-pkgver=1.903
-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=('2f629e1dd9eddba123423c95531907a7c0a7eb0bc99ee425ea2c3cdb4059af0e78625c45392eb65780c8b06da8eec790e242d51912c87a15bcf5d466d68549ce')
-
-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 454775, perl-lingua-en-inflect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-27 18:26:12 UTC (rev 454777)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-lingua-en-inflect
+pkgver=1.904
+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=('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
+}



More information about the arch-commits mailing list