Search Criteria
Package Details: perl-lingua-stem-ru 0.04-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-lingua-stem-ru.git (read-only, click to copy) |
|---|---|
| Package Base: | perl-lingua-stem-ru |
| Description: | Perl/CPAN Module Lingua::Stem::Ru: Porter's stemming algorithm for Russian (KOI8-R only) |
| Upstream URL: | https://search.cpan.org/dist/Lingua-Stem-Ru |
| Licenses: | GPL, PerlArtistic |
| Submitter: | xenoterracide |
| Maintainer: | int |
| Last Packager: | int |
| Votes: | 7 |
| Popularity: | 0.39 |
| First Submitted: | 2010-04-08 01:11 (UTC) |
| Last Updated: | 2025-01-04 03:32 (UTC) |
Latest Comments
uvm commented on 2024-12-31 12:02 (UTC)
The PKGBUILD has a syntax error due to an extraneous apostrophe for the 'source' field:
source=("'http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-Stem-Ru-${pkgver}.tar.gz")
Removing that resolves the failure:
source=("http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-Stem-Ru-${pkgver}.tar.gz")