From 2cfa368713008d04e67f0e5dcfc77a631c249bdf Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 31 Oct 2017 17:17:30 -0200 Subject: [PATCH 1/2] perl-X11-Protocol-Other: update to 30. --- srcpkgs/perl-X11-Protocol-Other/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-X11-Protocol-Other/template b/srcpkgs/perl-X11-Protocol-Other/template index 6ff2c27013c..48e26c56c3f 100644 --- a/srcpkgs/perl-X11-Protocol-Other/template +++ b/srcpkgs/perl-X11-Protocol-Other/template @@ -1,10 +1,11 @@ # Template build file for 'perl-X11-Protocol-Other'. pkgname=perl-X11-Protocol-Other -version=29 +version=30 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=perl-module hostmakedepends="perl" +makedepends="perl" depends="perl perl-X11-Protocol" noarch=yes short_desc='Miscellaneous extras and helpers for X11::Protocol' @@ -12,4 +13,4 @@ maintainer="Enguerrand de Rochefort " homepage="https://metacpan.org/pod/X11::Protocol::Other" license="GPL-3" distfiles="$CPAN_SITE/X11/X11-Protocol-Other-${version}.tar.gz" -checksum=04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f +checksum=323fe7736e20480a8b0940ab5695c6c028709cf088061eb9407236764a5c55d5 From 0eeef550cd2256addbb0a88d3426277a40f8b060 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 31 Oct 2017 18:28:50 -0200 Subject: [PATCH 2/2] perl-X11-Protocol: Fix cross-compilation. - It is missing `perl` from `makedepends`, add it --- srcpkgs/perl-X11-Protocol/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/perl-X11-Protocol/template b/srcpkgs/perl-X11-Protocol/template index c4d04012058..e43cddb4f8f 100644 --- a/srcpkgs/perl-X11-Protocol/template +++ b/srcpkgs/perl-X11-Protocol/template @@ -5,6 +5,7 @@ revision=1 wrksrc="${pkgname#*-}-${version}" build_style=perl-module hostmakedepends="perl" +makedepends="perl" depends="perl" noarch=yes short_desc='X11::Protocol - Rough equivalent of Xlib'