Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / perl-linux-pid
Commits: 8d30ba86 by Lukas Fleischer at 2024-09-01T12:26:56-05:00 upgpkg: 0.04-19: perl 5.40 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = perl-linux-pid pkgdesc = Interface to Linux getpp?id functions pkgver = 0.04 - pkgrel = 18 + pkgrel = 19 url = https://search.cpan.org/dist/Linux-Pid arch = x86_64 license = PerlArtistic @@ -9,6 +9,7 @@ pkgbase = perl-linux-pid depends = perl options = !emptydirs source = https://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-0.04.tar.gz - sha256sums = f2ac2444a74e762783bbd36c486352f96340434d34ae7926d6ab234966540f49 + sha512sums = b28418285f6e75e87d23b6eae2b5bcd300ba68248b10a0fc8ba38e8e4c09a3053076e591357263caf43dc09958bceea02680f420bb92ed05ce243a36b1e42c09 + b2sums = 80bb80648e1e28afc525b0466095aa7006c6361e64452a817be7ba5a97610900ec566c518afc2f52b8f20e06ac862aae4da619dba5a95f206f3cad76644603b2 pkgname = perl-linux-pid ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname='perl-linux-pid' pkgver=0.04 -pkgrel=18 +pkgrel=19 pkgdesc="Interface to Linux getpp?id functions" arch=('x86_64') license=('PerlArtistic' 'GPL') @@ -12,29 +12,30 @@ options=('!emptydirs') depends=('perl') url='https://search.cpan.org/dist/Linux-Pid' source=("https://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz") -sha256sums=('f2ac2444a74e762783bbd36c486352f96340434d34ae7926d6ab234966540f49') +sha512sums=('b28418285f6e75e87d23b6eae2b5bcd300ba68248b10a0fc8ba38e8e4c09a3053076e591357263caf43dc09958bceea02680f420bb92ed05ce243a36b1e42c09') +b2sums=('80bb80648e1e28afc525b0466095aa7006c6361e64452a817be7ba5a97610900ec566c518afc2f52b8f20e06ac862aae4da619dba5a95f206f3cad76644603b2') build() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps \ - PERL_MM_OPT="INSTALLDIRS=vendor" \ - PERL_MB_OPT="--installdirs vendor" \ - MODULEBUILDRC=/dev/null + cd "Linux-Pid-$pkgver" + + ( + export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps \ + PERL_MM_OPT="INSTALLDIRS=vendor" \ + PERL_MB_OPT="--installdirs vendor" \ + MODULEBUILDRC=/dev/null - cd Linux-Pid-$pkgver /usr/bin/perl Makefile.PL make ) } check() { - cd Linux-Pid-$pkgver - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" - make test - ) + cd "Linux-Pid-$pkgver" + PERL_MM_USE_DEFAULT=1 PERL5LIB="" make test } package() { - cd Linux-Pid-$pkgver + cd "Linux-Pid-$pkgver" make DESTDIR="$pkgdir" install } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-linux-pid/-/commit/8d30ba86955713381a060b60f08afcf735250bcf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-linux-pid/-/commit/8d30ba86955713381a060b60f08afcf735250bcf You're receiving this email because of your account on gitlab.archlinux.org.