[arch-commits] Commit in perl-class-load-xs/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Jun 1 14:15:55 UTC 2019
Date: Saturday, June 1, 2019 @ 14:15:54
Author: felixonmars
Revision: 476483
archrelease: copy trunk to community-staging-x86_64
Added:
perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD
(from rev 476481, perl-class-load-xs/trunk/PKGBUILD)
Deleted:
perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-01 14:15:51 UTC (rev 476482)
+++ PKGBUILD 2019-06-01 14:15:54 UTC (rev 476483)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: 3ED <krzysztof1987 at gmail dot com>
-
-pkgname=perl-class-load-xs
-_pkgname=Class-Load-XS
-pkgver=0.10
-pkgrel=6
-pkgdesc="XS implementation of parts of Class::Load"
-arch=('x86_64')
-license=('PerlArtistic2')
-url="https://metacpan.org/release/Class-Load-XS"
-depends=('perl-class-load')
-checkdepends=('perl-module-implementation' 'perl-test-fatal' 'perl-test-needs'
- 'perl-test-without-module')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
-sha512sums=('16ab845dc393567f0b0e9597eda7d7678b8a41d218823a166bacdfd4dc93e704a6aff98662340b8d7f4d045a60530071bb84ea8da8be5a6930af47722207d126')
-
-build() {
- cd Class-Load-XS-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Class-Load-XS-$pkgver
- make test
-}
-
-package() {
- cd Class-Load-XS-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD (from rev 476481, perl-class-load-xs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-01 14:15:54 UTC (rev 476483)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.10
+pkgrel=7
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS"
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 'perl-test-needs'
+ 'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('16ab845dc393567f0b0e9597eda7d7678b8a41d218823a166bacdfd4dc93e704a6aff98662340b8d7f4d045a60530071bb84ea8da8be5a6930af47722207d126')
+
+build() {
+ cd Class-Load-XS-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Class-Load-XS-$pkgver
+ make test
+}
+
+package() {
+ cd Class-Load-XS-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list