mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/perl to 5.32.0-3
This commit is contained in:
parent
63b6c9ba17
commit
d414a574e3
2 changed files with 7 additions and 6 deletions
|
@ -11,12 +11,13 @@
|
|||
pkgname=perl
|
||||
pkgver=5.32.0
|
||||
_baseversion="${pkgver%.*}"
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="A highly capable, feature-rich programming language"
|
||||
arch=(x86_64)
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="https://www.perl.org"
|
||||
depends=('gdbm>=1.17' 'db' 'glibc')
|
||||
depends=('gdbm>=1.17' 'db' 'glibc' 'libxcrypt' 'libcrypt.so')
|
||||
checkdepends=('procps-ng')
|
||||
# NOTE: This array is automatically generated by `./patchprov`.
|
||||
# If you want to add entries, do so in the next array.
|
||||
provides=('perl-archive-tar=2.36'
|
||||
|
@ -141,7 +142,7 @@ source=(https://www.cpan.org/src/5.0/perl-${pkgver}.tar.xz
|
|||
detect-old-perl-modules.hook)
|
||||
options=('makeflags' '!purge' 'emptydirs')
|
||||
sha512sums=('1540247415893bbd94dfeede7b4fba6052688dc0bf27ced817f448246fcdc6e9a6486abc34577dec5b00bf02ed607b2d24ccd4977c3b3c51e8e6edfc0b81c760'
|
||||
'b7678078d64cc593a3503c45f023c49915d0d703f1cea8282f4191f1e3aa62764cc6cfcae3dc3828101415b8e15d5ed8b1b79d423ef387550ae33172b0de92bc'
|
||||
'6ed5bc6dbdc47bc7f4c0fedbe18deaf35ab02a2e6700988beb545954bb1d0fe20ff1a4de39d6d9fc882ef1741f7bf6d85ba165d0cd8dc0d9939b789c894f48a1'
|
||||
'53eb0cddfd637014f3d3a101665db8dcafe5ac5bf3d319a259974334eb89c1c405097518ae96b6d18e520194633c7be57c9b2cd9ae6398443eb08f1a2008d112'
|
||||
'881e2efe05ba818cd7300f126800b56bb0685cb5c9c5fb7e67ef6aaf5abd17d2391a979d5d16d109c5111f4b35504ba83d19b0e6eda4431e8421fcbea19d2f1a'
|
||||
'bd48af7a6209f2ad51aa1747a7238ecb11607a53f61460d873202bf14b55c3b7dd6f66f4a9f2cac8a24240313789a9a44dbc81b73587de46a6b1866bdfca5e26'
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
|
||||
# Added /usr/bin/*_perl dirs for scripts
|
||||
|
||||
[ -d /usr/bin/site_perl ] && PATH=$PATH:/usr/bin/site_perl
|
||||
[ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'
|
||||
|
||||
[ -d /usr/bin/vendor_perl ] && PATH=$PATH:/usr/bin/vendor_perl
|
||||
[ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'
|
||||
|
||||
[ -d /usr/bin/core_perl ] && PATH=$PATH:/usr/bin/core_perl
|
||||
[ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'
|
||||
|
||||
export PATH
|
||||
|
||||
|
|
Loading…
Reference in a new issue