Date: Thursday, June 2, 2022 @ 17:31:16
  Author: spupykin
Revision: 1218787

archrelease: copy trunk to community-any

Added:
  perl-b-hooks-endofscope/repos/community-any/PKGBUILD
    (from rev 1218786, perl-b-hooks-endofscope/trunk/PKGBUILD)
Deleted:
  perl-b-hooks-endofscope/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-02 17:31:06 UTC (rev 1218786)
+++ PKGBUILD    2022-06-02 17:31:16 UTC (rev 1218787)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Maxwell Pray a.k.a. Synthead <[email protected]>
-# Contributor: [email protected]
-
-pkgname="perl-b-hooks-endofscope"
-_cpanname="B-Hooks-EndOfScope"
-pkgver=0.24
-pkgrel=5
-pkgdesc="Execute code after a scope finished compilation"
-arch=("any")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl-module-implementation"
-        "perl-module-runtime"
-        "perl-sub-exporter"
-        "perl-sub-exporter-progressive"
-        "perl-try-tiny"
-        "perl-variable-magic>=0.34"
-        "perl>=5.5.0")
-url="https://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/";
-source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz";)
-sha256sums=('03aa3dfe5d0aa6471a96f43fe8318179d19794d4a640708f0288f9216ec7acc6')
-
-build() {
-       cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
-       PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-       make
-}
-
-check() {
-       cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
-       make test
-}
-
-package() {
-       cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
-       make install DESTDIR="$pkgdir"
-       # Remove "perllocal.pod" and ".packlist".
-       find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-b-hooks-endofscope/repos/community-any/PKGBUILD (from rev 1218786, 
perl-b-hooks-endofscope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-02 17:31:16 UTC (rev 1218787)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Maxwell Pray a.k.a. Synthead <[email protected]>
+# Contributor: [email protected]
+
+pkgname="perl-b-hooks-endofscope"
+_cpanname="B-Hooks-EndOfScope"
+pkgver=0.26
+pkgrel=1
+pkgdesc="Execute code after a scope finished compilation"
+arch=("any")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl-module-implementation"
+        "perl-module-runtime"
+        "perl-sub-exporter"
+        "perl-sub-exporter-progressive"
+        "perl-try-tiny"
+        "perl-variable-magic>=0.34"
+        "perl>=5.5.0")
+url="https://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/";
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz";)
+sha256sums=('39df2f8c007a754672075f95b90797baebe97ada6d944b197a6352709cb30671')
+
+build() {
+       cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+       PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+       make
+}
+
+check() {
+       cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+       make test
+}
+
+package() {
+       cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+       make install DESTDIR="$pkgdir"
+       # Remove "perllocal.pod" and ".packlist".
+       find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}

Reply via email to