[arch-commits] Commit in perl/trunk (PKGBUILD)
Florian Pritz
bluewind at gemini.archlinux.org
Sun Jul 18 18:05:44 UTC 2021
Date: Sunday, July 18, 2021 @ 18:05:43
Author: bluewind
Revision: 420101
fix testsuite with gdbm 1.20
Modified:
perl/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++++
1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-18 14:10:29 UTC (rev 420100)
+++ PKGBUILD 2021-07-18 18:05:43 UTC (rev 420101)
@@ -132,6 +132,7 @@
# Add your own provides here
provides=("${provides[@]}")
source=(https://www.cpan.org/src/5.0/perl-${pkgver}.tar.xz
+ perl-18924.patch::https://github.com/Perl/perl5/pull/18924.patch
config.over
perlbin.sh
perlbin.csh
@@ -140,6 +141,7 @@
detect-old-perl-modules.hook)
options=('makeflags' '!purge' 'emptydirs')
sha512sums=('691b4b31eacec357191fba777612b4e3eae59e946a22998a50766697c0d61db1d42a9b3bc1e41abf0d1ca1893e4a7c06d7bf3290480cf03d7f79befd7a8a3267'
+ '58f99cfdc762270a41d85afe37239e9a9837142254e8c83bcd67386fabd71f60ede4a02b2b06e4afade7d5452e54f696b4640b76f48f8ec5599e8637b4fbedeb'
'1c924b5bf7413d097f62638a574d7decf36d98598b84cdb5fb31ff633b6f953371e14b004a2558a1a0b74b6b60b90b481af0f68555a49208fe6b226381fed79f'
'6ed5bc6dbdc47bc7f4c0fedbe18deaf35ab02a2e6700988beb545954bb1d0fe20ff1a4de39d6d9fc882ef1741f7bf6d85ba165d0cd8dc0d9939b789c894f48a1'
'53eb0cddfd637014f3d3a101665db8dcafe5ac5bf3d319a259974334eb89c1c405097518ae96b6d18e520194633c7be57c9b2cd9ae6398443eb08f1a2008d112'
@@ -150,6 +152,8 @@
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+ patch -p1 -i "$srcdir/perl-18924.patch"
}
build() {
More information about the arch-commits
mailing list