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

Felix Yan felixonmars at archlinux.org
Sun Dec 11 01:24:20 UTC 2016


    Date: Sunday, December 11, 2016 @ 01:24:19
  Author: felixonmars
Revision: 283026

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-11 01:23:56 UTC (rev 283025)
+++ PKGBUILD	2016-12-11 01:24:19 UTC (rev 283026)
@@ -1,33 +0,0 @@
-# $Id$
-# 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.19
-pkgrel=1
-pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
-arch=('any')
-url="http://search.cpan.org/dist/YAML/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-yaml')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
-sha1sums=('8e8343fb9cff71eb01a15e38e4be2b9bcaaac920')
-
-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 283025, perl-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-11 01:24:19 UTC (rev 283026)
@@ -0,0 +1,33 @@
+# $Id$
+# 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.20
+pkgrel=1
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
+arch=('any')
+url="http://search.cpan.org/dist/YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-yaml')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('4cd78d029823ca1e04ea6c7416312aa6f9f937b7')
+
+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