Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages /
perl-pdf-builder
Commits:
ba0e1722 by Fabio Castelli (Muflone) at 2026-02-09T00:48:12+01:00
upgpkg: 3.028-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = perl-pdf-builder
pkgdesc = Facilitates the creation and modification of PDF files
- pkgver = 3.027
+ pkgver = 3.028
pkgrel = 1
url = https://metacpan.org/release/PDF-Builder
arch = any
@@ -10,7 +10,7 @@ pkgbase = perl-pdf-builder
depends = perl
depends = perl-font-ttf
options = !emptydirs
- source =
https://www.cpan.org/modules/by-module/PDF/PDF-Builder-3.027.tar.gz
- sha256sums =
4f8629804c3b5105294fc791f56778eaa2e25c1edf4be6c5c14d38d6fcd47934
+ source =
https://cpan.metacpan.org/authors/id/P/PM/PMPERRY/PDF-Builder-3.028.tar.gz
+ sha256sums =
62c5d1b7481b7b3c12c589244316b13e5cab179f6685be80840b5d0487975a8c
pkgname = perl-pdf-builder
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=perl-pdf-builder
_perl_namespace=PDF
_perl_module=Builder
-pkgver=3.027
+pkgver=3.028
pkgrel=1
pkgdesc="Facilitates the creation and modification of PDF files"
arch=('any')
@@ -12,8 +12,8 @@
url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
license=('LGPL-2.1-or-later')
depends=('perl' 'perl-font-ttf')
checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('4f8629804c3b5105294fc791f56778eaa2e25c1edf4be6c5c14d38d6fcd47934')
+source=("https://cpan.metacpan.org/authors/id/P/PM/PMPERRY/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('62c5d1b7481b7b3c12c589244316b13e5cab179f6685be80840b5d0487975a8c')
options=('!emptydirs')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-pdf-builder/-/commit/ba0e1722c0870e01fd7365bcc46a7179d1c4bd95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-pdf-builder/-/commit/ba0e1722c0870e01fd7365bcc46a7179d1c4bd95
You're receiving this email because of your account on gitlab.archlinux.org.