Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / perl-gd
Commits: 2087f8b0 by Sergej Pupykin at 2024-06-27T23:16:42+03:00 upgpkg: 2.83-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,17 @@ pkgbase = perl-gd pkgdesc = Interface to Gd Graphics Library - pkgver = 2.82 + pkgver = 2.83 pkgrel = 1 url = https://search.cpan.org/dist/GD arch = x86_64 - license = GPL - license = PerlArtistic + license = GPL-1.0-or-later + license = Artistic-2.0 makedepends = perl-extutils-pkgconfig + makedepends = perl-file-which depends = perl depends = gd options = !emptydirs - source = https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-2.82.tar.gz - sha512sums = 4aca1de74855e79d35cdffa167bba7f50cfc017ee855953bcda1d896d1e9da5976eae8fe3ab6ac2c682597b4a8424f100afc4a67aee2cdc6f88a19ff261551e8 + source = https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-2.83.tar.gz + sha512sums = 65080a18ff675b7997a4425dcd9c8171e7d4cd5d53f499541caa7a0d85399ecffa04cae742ffcf8a0f2102a446ea46ecac45293fe14637b6d8a56d589c8c95cf pkgname = perl-gd ===================================== PKGBUILD ===================================== @@ -2,17 +2,17 @@ # Contributor: Sergej Pupykin <pupykin.s+...@gmail.com> pkgname=perl-gd -pkgver=2.82 +pkgver=2.83 pkgrel=1 pkgdesc="Interface to Gd Graphics Library" arch=('x86_64') url="https://search.cpan.org/dist/GD" -license=('GPL' 'PerlArtistic') +license=('GPL-1.0-or-later' 'Artistic-2.0') depends=('perl' 'gd') -makedepends=('perl-extutils-pkgconfig') +makedepends=('perl-extutils-pkgconfig' 'perl-file-which') options=('!emptydirs') source=(https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-$pkgver.tar.gz) -sha512sums=('4aca1de74855e79d35cdffa167bba7f50cfc017ee855953bcda1d896d1e9da5976eae8fe3ab6ac2c682597b4a8424f100afc4a67aee2cdc6f88a19ff261551e8') +sha512sums=('65080a18ff675b7997a4425dcd9c8171e7d4cd5d53f499541caa7a0d85399ecffa04cae742ffcf8a0f2102a446ea46ecac45293fe14637b6d8a56d589c8c95cf') build() { export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-gd/-/commit/2087f8b0a974baadcb92e935e018a6cbaf60ce4b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-gd/-/commit/2087f8b0a974baadcb92e935e018a6cbaf60ce4b You're receiving this email because of your account on gitlab.archlinux.org.