[arch-commits] Commit in perl-text-iconv/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 09:07:24 UTC 2019


    Date: Saturday, June 1, 2019 @ 09:07:23
  Author: foutrelis
Revision: 354620

archrelease: copy trunk to staging-x86_64

Added:
  perl-text-iconv/repos/staging-x86_64/PKGBUILD
    (from rev 354619, perl-text-iconv/trunk/PKGBUILD)
Deleted:
  perl-text-iconv/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 09:07:19 UTC (rev 354619)
+++ PKGBUILD	2019-06-01 09:07:23 UTC (rev 354620)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-text-iconv
-pkgver=1.7
-pkgrel=16
-pkgdesc="Interface to iconv codeset conversion"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Text-Iconv/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-$pkgver.tar.gz") 
-md5sums=('81b26e069eaebb084e91ea3c009b67ae')
-
-build() {
-  cd Text-Iconv-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Text-Iconv-$pkgver
-  make test
-}
-
-package() {
-  cd Text-Iconv-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 354619, perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 09:07:23 UTC (rev 354620)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-text-iconv
+pkgver=1.7
+pkgrel=17
+pkgdesc="Interface to iconv codeset conversion"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Text-Iconv/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-$pkgver.tar.gz") 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd Text-Iconv-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Iconv-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Iconv-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list