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

Felix Yan felixonmars at archlinux.org
Tue Jan 28 09:06:39 UTC 2020


    Date: Tuesday, January 28, 2020 @ 09:06:39
  Author: felixonmars
Revision: 374189

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-28 09:06:21 UTC (rev 374188)
+++ PKGBUILD	2020-01-28 09:06:39 UTC (rev 374189)
@@ -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.29
-pkgrel=2
-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
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 374188, perl-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-28 09:06:39 UTC (rev 374189)
@@ -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.30
+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=('f73f2d9f3cd96edeb05ec098c859755dd6b80bf1a00049f8de2889ebbf4f41df9fcc1540116afa8648e965a0b780d993f256af2c5ffc03a9f1ba7df1f0cc8941')
+
+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