diff --git a/mingw-w64-perl/001-fhs-directory-structure.patch b/mingw-w64-perl/001-fhs-directory-structure.patch index 3bce11e72c..0da294f648 100644 --- a/mingw-w64-perl/001-fhs-directory-structure.patch +++ b/mingw-w64-perl/001-fhs-directory-structure.patch @@ -181,8 +181,8 @@ diff -aur old/win32/makefile.mk 001/win32/makefile.mk @@ -44,6 +44,7 @@ # path that includes an arbitrary version string. # - #INST_VER *= \5.20.1 -+#INST_VER_PERL *= \perl-5.20.1 + #INST_VER *= \5.20.2 ++#INST_VER_PERL *= \perl-5.20.2 # # Comment this out if you DON'T want your perl installation to have @@ -211,7 +211,7 @@ diff -aur old/win32/makefile.mk 001/win32/makefile.mk @@ -1392,12 +1393,12 @@ copy ..\README.vos ..\pod\perlvos.pod copy ..\README.win32 ..\pod\perlwin32.pod - copy ..\pod\perldelta.pod ..\pod\perl5201delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5202delta.pod - $(PERLEXE) $(PL2BAT) $(UTILS) + $(PERLEXE) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. diff --git a/mingw-w64-perl/003-replace-batch-scripts-with-bare-perl.patch b/mingw-w64-perl/003-replace-batch-scripts-with-bare-perl.patch index 7d10c641e3..3d519beea1 100644 --- a/mingw-w64-perl/003-replace-batch-scripts-with-bare-perl.patch +++ b/mingw-w64-perl/003-replace-batch-scripts-with-bare-perl.patch @@ -79,7 +79,7 @@ diff -aur 002/win32/makefile.mk 003/win32/makefile.mk @@ -1393,7 +1356,6 @@ copy ..\README.vos ..\pod\perlvos.pod copy ..\README.win32 ..\pod\perlwin32.pod - copy ..\pod\perldelta.pod ..\pod\perl5201delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5202delta.pod - $(PERLEXE) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. diff --git a/mingw-w64-perl/PKGBUILD b/mingw-w64-perl/PKGBUILD index 3c80700c51..c4d691e3ec 100644 --- a/mingw-w64-perl/PKGBUILD +++ b/mingw-w64-perl/PKGBUILD @@ -6,8 +6,8 @@ url='http://www.perl.org' pkgdesc='A highly capable, feature-rich programming language (mingw-w64)' license=(GPL1+ Artistic1) arch=(any) -pkgver=5.20.1 -pkgrel=2 +pkgver=5.20.2 +pkgrel=1 install="perl-${CARCH}.install" options=(staticlibs strip '!purge') @@ -24,10 +24,10 @@ source=("http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2" 004-fix-cpan-external-programs.patch 005-disable-custom-mkstemp.patch) -md5sums=('ede5166f949d9a07163bc5b086be9759' - 'a5d3b17a98cb29226cf1b2ec2b760302' +md5sums=('21062666f1c627aeb6dbff3c6952738b' + '366500bf825c66b58ee1289d85eb602a' 'e5fcd10ee424f2f19188d0e63cf2305c' - '9db723a4fadcad7169c0617ff408c753' + '6957e0de21a2ee3318ef12bfce9ebe70' 'cd49b29a251adcc21fe87c66110cdc3a' '5c0ebe22ef7928a16c1597c2a62781ec')