Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
perl-xml-parser


Commits:
9a6f003c by Felix Yan at 2026-05-20T17:34:48+08:00
upgpkg: 2.59-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = perl-xml-parser
        pkgdesc = Expat-based XML parser module for perl
-       pkgver = 2.58
+       pkgver = 2.59
        pkgrel = 1
        url = https://github.com/cpan-authors/XML-Parser
        arch = x86_64
        license = GPL-1.0-or-later
        license = Artistic-1.0-Perl
+       checkdepends = perl-io-string
        makedepends = git
        makedepends = perl-file-sharedir-install
        makedepends = perl-devel-checklib
@@ -13,7 +14,7 @@ pkgbase = perl-xml-parser
        depends = perl-libwww
        depends = expat
        options = !emptydirs
-       source = git+https://github.com/cpan-authors/XML-Parser.git#tag=2.58
-       sha512sums = 
60fccbf6ad870055d9dfa187f0281f7c04a6578712e23d0f1f74ab61ecc2ab33599faadbdfdde1dbabaa8a1800fcc1c4d8b9043fc978845cb1e1a5b4c69570ce
+       source = git+https://github.com/cpan-authors/XML-Parser.git#tag=2.59
+       sha512sums = 
0be220504c032c6cef71b8a8b5e8b07c230a26b639a452340894f32633d491c9cbc4f38e06be6b762090d433b74c0cfe0f546d9df14be8316e45b9605de4f533
 
 pkgname = perl-xml-parser


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Eric BĂ©langer <[email protected]>
 
 pkgname=perl-xml-parser
-pkgver=2.58
+pkgver=2.59
 pkgrel=1
 pkgdesc="Expat-based XML parser module for perl"
 arch=('x86_64')
@@ -9,9 +9,10 @@ license=('GPL-1.0-or-later' 'Artistic-1.0-Perl')
 url="https://github.com/cpan-authors/XML-Parser";
 depends=('perl-file-sharedir' 'perl-libwww' 'expat')
 makedepends=('git' 'perl-file-sharedir-install' 'perl-devel-checklib')
+checkdepends=('perl-io-string')
 options=('!emptydirs')
 source=("git+https://github.com/cpan-authors/XML-Parser.git#tag=${pkgver}";)
-sha512sums=('60fccbf6ad870055d9dfa187f0281f7c04a6578712e23d0f1f74ab61ecc2ab33599faadbdfdde1dbabaa8a1800fcc1c4d8b9043fc978845cb1e1a5b4c69570ce')
+sha512sums=('0be220504c032c6cef71b8a8b5e8b07c230a26b639a452340894f32633d491c9cbc4f38e06be6b762090d433b74c0cfe0f546d9df14be8316e45b9605de4f533')
 
 build() {
   cd XML-Parser



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-xml-parser/-/commit/9a6f003c0cef9ca638d6041c0af0a14e339848be

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-xml-parser/-/commit/9a6f003c0cef9ca638d6041c0af0a14e339848be
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to