[arch-commits] Commit in perl-yaml/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 11 22:03:54 UTC 2019


    Date: Saturday, May 11, 2019 @ 22:03:53
  Author: felixonmars
Revision: 352896

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
    (from rev 352895, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-11 22:03:41 UTC (rev 352895)
+++ PKGBUILD	2019-05-11 22:03:53 UTC (rev 352896)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-yaml
-pkgver=1.28
-pkgrel=1
-pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
-arch=('any')
-url="https://search.cpan.org/dist/YAML/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-deep' 'perl-test-yaml')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
-sha512sums=('a3adfa5c7e6660224549c68839f6fe9daff1315ec34f7ecd24a83a1a4f1207a769197196511344753901ed5cc2addc4799f408ffd01ce990a1c94352e58b9ff1')
-
-build() {
-  cd YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd YAML-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 352895, perl-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-11 22:03:53 UTC (rev 352896)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-yaml
+pkgver=1.29
+pkgrel=1
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
+arch=('any')
+url="https://search.cpan.org/dist/YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-deep' 'perl-test-yaml')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
+sha512sums=('a3bcec325360694826781f78611b7855bcf9ddd58a009d836d222d8b63f42e2c6565304df70e6b13af415e45761ac16a4cef9dcf0ed05ff9dec8cf2d94c33572')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list