* update perl-locale-gettext to 1.07-15
This commit is contained in:
parent
8012df1c6b
commit
0f5a4736cd
15
perl/perl-locale-gettext/.SRCINFO
Normal file
15
perl/perl-locale-gettext/.SRCINFO
Normal file
@ -0,0 +1,15 @@
|
||||
pkgbase = perl-locale-gettext
|
||||
pkgdesc = Permits access from Perl to the gettext() family of functions
|
||||
pkgver = 1.07
|
||||
pkgrel = 15
|
||||
url = https://search.cpan.org/dist/Locale-gettext/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = PerlArtistic
|
||||
depends = gettext
|
||||
depends = perl
|
||||
options = !emptydirs
|
||||
source = https://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/Locale-gettext-1.07.tar.gz
|
||||
sha256sums = 909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15
|
||||
|
||||
pkgname = perl-locale-gettext
|
3
perl/perl-locale-gettext/.nvchecker.toml
Normal file
3
perl/perl-locale-gettext/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[perl-locale-gettext]
|
||||
source = "cpan"
|
||||
cpan = "Locale-gettext"
|
@ -6,7 +6,7 @@
|
||||
pkgname=perl-locale-gettext
|
||||
_realname=Locale-gettext
|
||||
pkgver=1.07
|
||||
pkgrel=14
|
||||
pkgrel=15
|
||||
pkgdesc="Permits access from Perl to the gettext() family of functions"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('GPL' 'PerlArtistic')
|
||||
@ -27,7 +27,7 @@ build() {
|
||||
check() {
|
||||
cd "${srcdir}/${_realname}-${pkgver}"
|
||||
|
||||
make test
|
||||
LANG=en_US.UTF-8 make test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user