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

Felix Yan felixonmars at archlinux.org
Tue Jan 28 09:23:44 UTC 2020


    Date: Tuesday, January 28, 2020 @ 09:23:44
  Author: felixonmars
Revision: 374195

archrelease: copy trunk to extra-x86_64

Added:
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD
    (from rev 374194, perl-yaml-syck/trunk/PKGBUILD)
Deleted:
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-28 09:23:23 UTC (rev 374194)
+++ PKGBUILD	2020-01-28 09:23:44 UTC (rev 374195)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-yaml-syck
-pkgver=1.31
-pkgrel=3
-pkgdesc="Fast, lightweight YAML loader and dumper"
-arch=('x86_64')
-url="https://search.cpan.org/dist/YAML-Syck/"
-license=('BSD' 'custom')
-depends=('perl')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
-sha512sums=('5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5')
-
-build() {
-  cd YAML-Syck-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-Syck-$pkgver
-  make test
-}
-
-package() {
-  cd YAML-Syck-$pkgver
-  make install DESTDIR="${pkgdir}"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: perl-yaml-syck/repos/extra-x86_64/PKGBUILD (from rev 374194, perl-yaml-syck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-28 09:23:44 UTC (rev 374195)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-yaml-syck
+pkgver=1.32
+pkgrel=1
+pkgdesc="Fast, lightweight YAML loader and dumper"
+arch=('x86_64')
+url="https://search.cpan.org/dist/YAML-Syck/"
+license=('BSD' 'custom')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+sha512sums=('284d62f1fabdcca9fbdc57b732f5b9b2c2739020c620dbb66e84a89ea83e0a80580ec8fd8516a1c080dd9de9a817dbe357ee66041daa5103a8bf49c436355c99')
+
+build() {
+  cd YAML-Syck-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-Syck-$pkgver
+  make test
+}
+
+package() {
+  cd YAML-Syck-$pkgver
+  make install DESTDIR="${pkgdir}"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list