* update perl-locale-gettext to 1.07-15

This commit is contained in:
Alexander Baldeck 2024-09-23 11:59:21 +02:00
parent 8012df1c6b
commit 0f5a4736cd
3 changed files with 20 additions and 2 deletions

View 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

View File

@ -0,0 +1,3 @@
[perl-locale-gettext]
source = "cpan"
cpan = "Locale-gettext"

View File

@ -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() {