Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / perl-devel-checkcompiler
Commits: 51d4935e by Antonio Rojas at 2024-09-08T11:22:19+02:00 Actually package version 0.07 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/perl-devel-checkcompiler/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = perl-devel-checkcompiler pkgdesc = Check the compiler's availability pkgver = 0.07 - pkgrel = 11 + pkgrel = 12 url = https://search.cpan.org/dist/Devel-CheckCompiler arch = any license = PerlArtistic license = GPL checkdepends = perl-test-requires - makedepends = perl-module-build + makedepends = perl-module-build-tiny depends = perl options = !emptydirs - source = https://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.05.tar.gz - sha512sums = 5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e + source = https://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz + sha512sums = 147fbdab382ff40bf1402d2d6be1143fe77403cd2444e854fdf11eb02e8acdcab8cb6bbdd7f3aef01cc64fac2862efaa044c5148c7770b84b464f7360c399d7a pkgname = perl-devel-checkcompiler ===================================== PKGBUILD ===================================== @@ -4,22 +4,22 @@ pkgname=perl-devel-checkcompiler pkgver=0.07 -pkgrel=11 +pkgrel=12 pkgdesc="Check the compiler's availability" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') -makedepends=('perl-module-build') +makedepends=('perl-module-build-tiny') checkdepends=('perl-test-requires') url='https://search.cpan.org/dist/Devel-CheckCompiler' -source=('https://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.05.tar.gz') -sha512sums=('5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e') -_distdir="Devel-CheckCompiler-0.05" +source=("https://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-$pkgver.tar.gz") +sha512sums=('147fbdab382ff40bf1402d2d6be1143fe77403cd2444e854fdf11eb02e8acdcab8cb6bbdd7f3aef01cc64fac2862efaa044c5148c7770b84b464f7360c399d7a') +_distdir="Devel-CheckCompiler-$pkgver" build() { cd "$srcdir/$_distdir" - perl Build.PL installdirs=vendor + perl Build.PL perl Build } @@ -30,7 +30,7 @@ check() { package() { cd "$srcdir/$_distdir" - perl Build install destdir="$pkgdir" + perl Build install --installdirs=vendor --destdir="$pkgdir" } # vim:set ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-devel-checkcompiler/-/commit/51d4935edc7f37c28afbd0600950893b59d6d015 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-devel-checkcompiler/-/commit/51d4935edc7f37c28afbd0600950893b59d6d015 You're receiving this email because of your account on gitlab.archlinux.org.
