core/perl to 5.34.0-3

This commit is contained in:
Kevin Mihelich 2021-12-13 00:43:12 +00:00
parent a8a459a705
commit 92f15181d9
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@
pkgname=perl
pkgver=5.34.0
_baseversion="${pkgver%.*}"
pkgrel=2
pkgrel=3
pkgdesc="A highly capable, feature-rich programming language"
arch=(x86_64)
license=('GPL' 'PerlArtistic')
@ -158,6 +158,9 @@ prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "$srcdir/perl-18924.patch"
# reproducible patchlevel_date
[ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH patchlevel.h
}
build() {