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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 13:53:02 UTC 2019


    Date: Saturday, June 1, 2019 @ 13:53:02
  Author: foutrelis
Revision: 354706

archrelease: copy trunk to staging-x86_64

Added:
  perl-libintl-perl/repos/staging-x86_64/PKGBUILD
    (from rev 354705, perl-libintl-perl/trunk/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 13:52:58 UTC (rev 354705)
+++ PKGBUILD	2019-06-01 13:53:02 UTC (rev 354706)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: kevin <kevin at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=perl-libintl-perl
-pkgver=1.31
-pkgrel=2
-pkgdesc="Perl Module: Localization support"
-arch=('x86_64')
-license=('LGPL')
-url="https://search.cpan.org/dist/libintl-perl"
-depends=('coreutils' 'gettext' 'perl')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz")
-sha512sums=('9e22af95ecb8ae1c115114ce5d4f80bb8b1a83e4072d274a55f5946267ac29b98e9da4c01e05d0aa0051fef34a41b6297dbb44f51b8d602f3ef3786a59a6a04a')
-
-build() {
-  cd libintl-perl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd libintl-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libintl-perl-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-libintl-perl/repos/staging-x86_64/PKGBUILD (from rev 354705, perl-libintl-perl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 13:53:02 UTC (rev 354706)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=perl-libintl-perl
+pkgver=1.31
+pkgrel=3
+pkgdesc="Perl Module: Localization support"
+arch=('x86_64')
+license=('LGPL')
+url="https://search.cpan.org/dist/libintl-perl"
+depends=('coreutils' 'gettext' 'perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz")
+sha512sums=('9e22af95ecb8ae1c115114ce5d4f80bb8b1a83e4072d274a55f5946267ac29b98e9da4c01e05d0aa0051fef34a41b6297dbb44f51b8d602f3ef3786a59a6a04a')
+
+build() {
+  cd libintl-perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd libintl-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libintl-perl-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list