[arch-commits] Commit in perl-test-yaml/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jun 16 15:59:40 UTC 2018
Date: Saturday, June 16, 2018 @ 15:59:39
Author: felixonmars
Revision: 343405
archrelease: copy trunk to community-any
Added:
perl-test-yaml/repos/community-any/PKGBUILD
(from rev 343404, perl-test-yaml/trunk/PKGBUILD)
Deleted:
perl-test-yaml/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-16 15:59:21 UTC (rev 343404)
+++ PKGBUILD 2018-06-16 15:59:39 UTC (rev 343405)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-yaml
-pkgver=1.06
-pkgrel=3
-pkgdesc="Testing Module for YAML Implementations"
-arch=('any')
-url="http://search.cpan.org/dist/Test-YAML/"
-license=('GPL' 'PerlArtistic')
-depends=('perl-test-base')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz")
-sha1sums=('c844c930ce08ef9ff766c420c07b240e79462201')
-
-build() {
- cd Test-YAML-${pkgver}
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Test-YAML-${pkgver}
- make test
-}
-
-package() {
- cd Test-YAML-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: perl-test-yaml/repos/community-any/PKGBUILD (from rev 343404, perl-test-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-16 15:59:39 UTC (rev 343405)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-yaml
+pkgver=1.07
+pkgrel=1
+pkgdesc="Testing Module for YAML Implementations"
+arch=('any')
+url="http://search.cpan.org/dist/Test-YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-base')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/T/TI/TINITA/Test-YAML-${pkgver}.tar.gz")
+sha512sums=('fe169d351e3c3e41c04d4429bc698f0aa49c7572e1681d4d72d5610d56234642093a31ed7ee5a972cac3e714ff481aa31e69bf12807ec446dd6f927e854d5606')
+
+build() {
+ cd Test-YAML-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Test-YAML-${pkgver}
+ make test
+}
+
+package() {
+ cd Test-YAML-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list