Date: Saturday, October 8, 2022 @ 18:08:43
Author: felixonmars
Revision: 1324413
archrelease: copy trunk to community-any
Added:
perl-pod-spell/repos/community-any/PKGBUILD
(from rev 1324412, 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 2022-10-08 18:08:21 UTC (rev 1324412)
+++ PKGBUILD 2022-10-08 18:08:43 UTC (rev 1324413)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=perl-pod-spell
-pkgver=1.23
-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=('005ed29f2bcba22cf2bf102ca79f62b0342e58340f3ad3c517713c3c7ee5df19b7afc0163e00fc090065c31741c4ffb4de4da2d0db5012718b64148614baa660')
-
-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 1324412,
perl-pod-spell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-08 18:08:43 UTC (rev 1324413)
@@ -0,0 +1,31 @@
+# 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
+}