summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCpanBot2024-04-22 20:44:20 +0000
committerCpanBot2024-04-22 20:44:20 +0000
commit32d514aa502d5d66d3c4449fc6858f824364f88b (patch)
treee653d1054a02b6a9148cdd911e7d7e221fdd9e06
parentc6dd1b9c3005713362ecbfdaa7031c659000d88a (diff)
downloadaur-32d514aa502d5d66d3c4449fc6858f824364f88b.tar.gz
Converted 'Library::CallNumber::LC' with cpan2aur2git
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 17 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6daf3001e00f..d9f50cced0cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = perl-library-callnumber-lc
pkgdesc = Deal with Library-of-Congress call numbers
- pkgver = 0.22
+ pkgver = 0.23
pkgrel = 1
- url = http://search.cpan.org/dist/Library-CallNumber-LC
+ url = https://metacpan.org/release/Library-CallNumber-LC
arch = any
license = PerlArtistic
license = GPL
- depends = perl
+ makedepends = perl-module-build>=0.38
+ depends = perl>=0
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/D/DB/DBWELLS/Library-CallNumber-LC-0.22.tar.gz
- md5sums = b25acaa6354e38b7623e084a1f9ce40a
- sha512sums = 09dfda7c0b7ce549db583fd5a5a1fca726a2ef58cff150edc34861d872edbe0ac286071d6950d39d18e7b4aceef4d7db298c6f66736d019b859e420d14991cf8
+ source = http://search.cpan.org/CPAN/authors/id/D/DB/DBWELLS/Library-CallNumber-LC-0.23.tar.gz
+ md5sums = 9b077cc9fc75f7142cd3f78ad91bb000
+ sha512sums = f266149b829208dc95a0a7367e11a91f3925ba959b511a0fe0818d52371096350a5d663c5499c8a2df6cced5b82de4c3a968623fa9dab0ec72e09f3e4c1501b4
pkgname = perl-library-callnumber-lc
-
diff --git a/PKGBUILD b/PKGBUILD
index 6640fe29a7a8..4bcc1cfd2c02 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-library-callnumber-lc'
-pkgver='0.22'
+pkgver='0.23'
pkgrel='1'
pkgdesc="Deal with Library-of-Congress call numbers"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='http://search.cpan.org/dist/Library-CallNumber-LC'
-source=('http://search.cpan.org/CPAN/authors/id/D/DB/DBWELLS/Library-CallNumber-LC-0.22.tar.gz')
-md5sums=('b25acaa6354e38b7623e084a1f9ce40a')
-sha512sums=('09dfda7c0b7ce549db583fd5a5a1fca726a2ef58cff150edc34861d872edbe0ac286071d6950d39d18e7b4aceef4d7db298c6f66736d019b859e420d14991cf8')
-_distdir="Library-CallNumber-LC-0.22"
+depends=('perl>=0')
+makedepends=('perl-module-build>=0.38')
+url='https://metacpan.org/release/Library-CallNumber-LC'
+source=('http://search.cpan.org/CPAN/authors/id/D/DB/DBWELLS/Library-CallNumber-LC-0.23.tar.gz')
+md5sums=('9b077cc9fc75f7142cd3f78ad91bb000')
+sha512sums=('f266149b829208dc95a0a7367e11a91f3925ba959b511a0fe0818d52371096350a5d663c5499c8a2df6cced5b82de4c3a968623fa9dab0ec72e09f3e4c1501b4')
+_distdir="Library-CallNumber-LC-0.23"
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
}