summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCpanBot2023-11-07 16:32:14 +0000
committerCpanBot2023-11-07 16:32:14 +0000
commitb4e084516dac462f4001d96a3a490f383adc08a7 (patch)
tree6e95c183d98ec7003126b1e23d94c6766e0a8b5f
parentdbd3e4a1f932d99ca330d4ba5dee72c8f35d5352 (diff)
downloadaur-perl-pod-strip.tar.gz
Converted 'Pod::Strip' with cpan2aur2git
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 15 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d711abf5086..b58c3059243d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = perl-pod-strip
pkgdesc = Remove POD from Perl code
- pkgver = 1.02
+ pkgver = 1.100
pkgrel = 1
- url = http://search.cpan.org/dist/Pod-Strip
+ url = https://metacpan.org/release/Pod-Strip
arch = any
license = PerlArtistic
license = GPL
- depends = perl
+ depends = perl>=5.006
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/D/DO/DOMM/Pod-Strip-1.02.tar.gz
- md5sums = b5ac7b0e68d8d44bd737f1ba71aaee3f
- sha512sums = cd328b5cb3ef6fa4ae46f4217b9b30e5a0341607f10d66c9046d5a37ada13947fc9e05431af495e6793e472620d883ff277c02e1f33a5d82e72a16f625447ee9
+ source = http://search.cpan.org/CPAN/authors/id/D/DO/DOMM/Pod-Strip-1.100.tar.gz
+ md5sums = 20382a30d2161fd5979fffc0960ee93b
+ sha512sums = 292606ab93c6a8ab36383c498a42367103442cb398b775db975b1220f15b6f5c3d123caebb93add34a2f259b2acfa1ddecf5c2d24bc51ca0544e49013ab9e87a
pkgname = perl-pod-strip
-
diff --git a/PKGBUILD b/PKGBUILD
index b4e2c965f17e..c9e63f9ad437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Contributor: CpanBot <cpanbot at sch bme hu>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-pod-strip'
-pkgver='1.02'
+pkgver='1.100'
pkgrel='1'
pkgdesc="Remove POD from Perl code"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
+depends=('perl>=5.006')
makedepends=()
-url='http://search.cpan.org/dist/Pod-Strip'
-source=('http://search.cpan.org/CPAN/authors/id/D/DO/DOMM/Pod-Strip-1.02.tar.gz')
-md5sums=('b5ac7b0e68d8d44bd737f1ba71aaee3f')
-sha512sums=('cd328b5cb3ef6fa4ae46f4217b9b30e5a0341607f10d66c9046d5a37ada13947fc9e05431af495e6793e472620d883ff277c02e1f33a5d82e72a16f625447ee9')
-_distdir="Pod-Strip-1.02"
+url='https://metacpan.org/release/Pod-Strip'
+source=('http://search.cpan.org/CPAN/authors/id/D/DO/DOMM/Pod-Strip-1.100.tar.gz')
+md5sums=('20382a30d2161fd5979fffc0960ee93b')
+sha512sums=('292606ab93c6a8ab36383c498a42367103442cb398b775db975b1220f15b6f5c3d123caebb93add34a2f259b2acfa1ddecf5c2d24bc51ca0544e49013ab9e87a')
+_distdir="Pod-Strip-1.100"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -39,7 +39,6 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
-
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}