mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/perl to 5.34.0-3
This commit is contained in:
parent
a8a459a705
commit
92f15181d9
1 changed files with 4 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue