summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorint2024-05-09 16:57:28 +0200
committerint2024-05-09 16:57:28 +0200
commit54f52f2deb683436ee8468797d980a042e39f9ae (patch)
tree1481072b67b9fc8fa07d7da8fde9e895ef455bf0
parentd77d863c146b173446fb0d986033c1c1f7d7de35 (diff)
downloadaur-54f52f2deb683436ee8468797d980a042e39f9ae.tar.gz
New maintainer: some slight adaptions.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef09f251563e..88c8312987cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = perl-lingua-pt-stemmer
- pkgdesc = Portuguese language stemming
+ pkgdesc = Perl/CPAN Module Lingua::PT::Stemmer: Portuguese language stemming
pkgver = 0.02
pkgrel = 1
- url = http://search.cpan.org/dist/Lingua-PT-Stemmer
+ url = https://search.cpan.org/dist/Lingua-PT-Stemmer
arch = any
license = PerlArtistic
license = GPL
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-PT-Stemmer-0.02.tar.gz
+ source = https://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-PT-Stemmer-0.02.tar.gz
md5sums = 4ad757419b29bc326fde1529af5ed7b9
+ sha512sums = 3537d947b9deeab15376502beb5540fe6afdabc1cd5fd18ec399d12f4dc715def15eb5c9cb052eb5be4b3c03731fd0f0d25ef84bec797f38c3e0f0785c4859b5
pkgname = perl-lingua-pt-stemmer
diff --git a/PKGBUILD b/PKGBUILD
index 5ebf82a2cb39..a04a911125d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
-# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Maintainer: int <int [ate] arcor [dot] de>
+# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
# 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.32
pkgname='perl-lingua-pt-stemmer'
pkgver='0.02'
pkgrel='1'
-pkgdesc="Portuguese language stemming"
+pkgdesc="Perl/CPAN Module Lingua::PT::Stemmer: Portuguese language stemming"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')
makedepends=()
-url='http://search.cpan.org/dist/Lingua-PT-Stemmer'
-source=('http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-PT-Stemmer-0.02.tar.gz')
+url='https://search.cpan.org/dist/Lingua-PT-Stemmer'
+source=("https://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-PT-Stemmer-${pkgver}.tar.gz")
+sha512sums=('3537d947b9deeab15376502beb5540fe6afdabc1cd5fd18ec399d12f4dc715def15eb5c9cb052eb5be4b3c03731fd0f0d25ef84bec797f38c3e0f0785c4859b5')
md5sums=('4ad757419b29bc326fde1529af5ed7b9')
-_distdir="Lingua-PT-Stemmer-0.02"
+_distdir="Lingua-PT-Stemmer-${pkgver}"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -39,7 +42,7 @@ package() {
cd "$srcdir/$_distdir"
make install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" "(" -name .packlist -o -name perllocal.pod ")" -delete
}
# Local Variables: