Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
perl-locale-gettext


Commits:
9475cf5a by Antonio Rojas at 2024-09-01T23:44:15+02:00
upgpkg: 1.07-15: perl 5.40.0 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -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


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,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')
 license=('GPL' 'PerlArtistic')
@@ -26,7 +26,7 @@ build() {
 check() {
   cd "${srcdir}/${_realname}-${pkgver}"
 
-  make test
+  LANG=en_US.UTF-8 make test
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-locale-gettext/-/commit/9475cf5ae88c35915e6a3e1c9f91ca0c3eb9909b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-locale-gettext/-/commit/9475cf5ae88c35915e6a3e1c9f91ca0c3eb9909b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to