[arch-commits] Commit in perl-class-tiny/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 4 19:49:31 UTC 2020


    Date: Friday, September 4, 2020 @ 19:49:31
  Author: felixonmars
Revision: 698534

archrelease: copy trunk to community-any

Added:
  perl-class-tiny/repos/community-any/PKGBUILD
    (from rev 698533, perl-class-tiny/trunk/PKGBUILD)
Deleted:
  perl-class-tiny/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-04 19:49:21 UTC (rev 698533)
+++ PKGBUILD	2020-09-04 19:49:31 UTC (rev 698534)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-class-tiny
-pkgver=1.006
-pkgrel=3
-pkgdesc="Minimalist class construction"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Class-Tiny"
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-$pkgver.tar.gz")
-sha512sums=('0a6ca0b99bd10a39445bb582bcf89f3668747f05b13b1f7271e934a73781c855a0418ae19a41593c64288b74710f49c1dcda0005be4edf9965e8020139ca0c7e')
-
-build() {
-  cd Class-Tiny-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Class-Tiny-$pkgver
-  make test
-}
-
-package() {
-  cd Class-Tiny-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-class-tiny/repos/community-any/PKGBUILD (from rev 698533, perl-class-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-04 19:49:31 UTC (rev 698534)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-class-tiny
+pkgver=1.008
+pkgrel=1
+pkgdesc="Minimalist class construction"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Class-Tiny"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-$pkgver.tar.gz")
+sha512sums=('908eb8547e01036ef361f0a8623d028b1e733ea003fc227788b9c18d0db544a70dbe47de18822f9699a19156f36eac73caeb4849d44eea14ada1128afdb7efbd')
+
+build() {
+  cd Class-Tiny-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Tiny-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Tiny-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list