Date: Saturday, March 18, 2023 @ 12:54:50
  Author: felixonmars
Revision: 1422312

archrelease: copy trunk to community-any

Added:
  perl-pod-spell/repos/community-any/PKGBUILD
    (from rev 1422310, perl-pod-spell/trunk/PKGBUILD)
Deleted:
  perl-pod-spell/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-18 12:54:49 UTC (rev 1422311)
+++ PKGBUILD    2023-03-18 12:54:50 UTC (rev 1422312)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=perl-pod-spell
-pkgver=1.25
-pkgrel=1
-pkgdesc="A formatter for spellchecking Pod"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Pod-Spell";
-depends=('perl-class-tiny' 'perl-file-sharedir' 'perl-lingua-en-inflect' 
'perl-path-tiny'
-         'perl-pod-parser')
-makedepends=('perl-file-sharedir-install' 'perl-test-deep')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Pod-Spell-$pkgver.tar.gz";)
-sha512sums=('850a4d2cb97f48dc4114330ca0e329d0e27575f47f8c78e659449c1faf24bcf31852216e6e872fe802483cda5a8009f40338ba5833d3f5c928846c3ad7013da2')
-
-build() {
-  cd Pod-Spell-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Pod-Spell-$pkgver
-  make test
-}
-
-package() {
-  cd Pod-Spell-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-pod-spell/repos/community-any/PKGBUILD (from rev 1422310, 
perl-pod-spell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-18 12:54:50 UTC (rev 1422312)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=perl-pod-spell
+pkgver=1.26
+pkgrel=1
+pkgdesc="A formatter for spellchecking Pod"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Pod-Spell";
+depends=('perl-class-tiny' 'perl-file-sharedir' 'perl-lingua-en-inflect' 
'perl-path-tiny'
+         'perl-pod-parser')
+makedepends=('perl-file-sharedir-install' 'perl-test-deep')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Pod-Spell-$pkgver.tar.gz";)
+sha512sums=('6fba5f6337fcd0e7f8df7d379e9d7a7de5ab13b748831c9f0e48cefbce9b1548d117d96db64693fc71519d700c397d217f27574359518b39225489b96c3c3c9e')
+
+build() {
+  cd Pod-Spell-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Pod-Spell-$pkgver
+  make test
+}
+
+package() {
+  cd Pod-Spell-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to