Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / perl-pdf-api2
Commits: 0123238a by Fabio Castelli (Muflone) at 2023-12-21T23:45:24+01:00 upgpkg: 2.045-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = perl-pdf-api2 + pkgdesc = Faciliates the creation and modification of PDF files + pkgver = 2.045 + pkgrel = 1 + url = https://metacpan.org/release/PDF-API2 + arch = any + license = LGPL + checkdepends = perl-test-exception + checkdepends = perl-test-memory-cycle + depends = perl + depends = perl-font-ttf + options = !emptydirs + source = https://www.cpan.org/modules/by-module/PDF/PDF-API2-2.045.tar.gz + sha256sums = b6bdb4e0d0cd6526103fdd58c171e0560c36b843b7fe3ca4ddc9bb1e4c832406 + +pkgname = perl-pdf-api2 ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgname=perl-pdf-api2 _perl_namespace=PDF _perl_module=API2 -pkgver=2.044 +pkgver=2.045 pkgrel=1 pkgdesc="Faciliates the creation and modification of PDF files" arch=('any') @@ -17,7 +17,7 @@ license=('LGPL') 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=('b2d15579e42723d8d7f9b72de86d0d35cde34f1eb7713456ba2ad35fb3cbea7e') +sha256sums=('b6bdb4e0d0cd6526103fdd58c171e0560c36b843b7fe3ca4ddc9bb1e4c832406') options=('!emptydirs') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-pdf-api2/-/commit/0123238a0b367aa0d9b47d1c56fe84516e224ba1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-pdf-api2/-/commit/0123238a0b367aa0d9b47d1c56fe84516e224ba1 You're receiving this email because of your account on gitlab.archlinux.org.
