[arch-commits] Commit in perl-text-charwidth/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 14:35:50 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:35:49
  Author: foutrelis
Revision: 476520

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD
    (from rev 476519, perl-text-charwidth/trunk/PKGBUILD)
Deleted:
  perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:35:45 UTC (rev 476519)
+++ PKGBUILD	2019-06-01 14:35:49 UTC (rev 476520)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-text-charwidth
-pkgver=0.04
-pkgrel=17
-pkgdesc="Perl/CPAN Module Text::CharWidth"
-arch=("x86_64")
-url="https://search.cpan.org/dist/Text-CharWidth"
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz")
-sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8')
-
-build() {
-  cd Text-CharWidth-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd Text-CharWidth-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD (from rev 476519, perl-text-charwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:35:49 UTC (rev 476520)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-text-charwidth
+pkgver=0.04
+pkgrel=18
+pkgdesc="Perl/CPAN Module Text::CharWidth"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Text-CharWidth"
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz")
+sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8')
+
+build() {
+  cd Text-CharWidth-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Text-CharWidth-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list