From a4104dee2e2a8f3160d730f94c9318b7376b399c Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:26 +0000 Subject: [PATCH] perl-ExtUtils-Depends: extract update_* to external update file --- srcpkgs/perl-ExtUtils-Depends/template | 1 - srcpkgs/perl-ExtUtils-Depends/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/perl-ExtUtils-Depends/update diff --git a/srcpkgs/perl-ExtUtils-Depends/template b/srcpkgs/perl-ExtUtils-Depends/template index 2ecc1673c50..a49188ffc5f 100644 --- a/srcpkgs/perl-ExtUtils-Depends/template +++ b/srcpkgs/perl-ExtUtils-Depends/template @@ -12,6 +12,5 @@ short_desc="Easily build XS extensions that depend on XS extensions" homepage="http://gtk2-perl.sourceforge.net/" license="Artistic, GPL-1" maintainer="Juan RP " -update_pkgname="${pkgname/perl-/}" distfiles="${SOURCEFORGE_SITE}/gtk2-perl/ExtUtils-Depends-$version.tar.gz" checksum=3963e9bc3910b38f402bfdc97fff1f2c87a38db8e5efc20f75f080358bc0594c diff --git a/srcpkgs/perl-ExtUtils-Depends/update b/srcpkgs/perl-ExtUtils-Depends/update new file mode 100644 index 00000000000..c25f1eea625 --- /dev/null +++ b/srcpkgs/perl-ExtUtils-Depends/update @@ -0,0 +1 @@ +pkgname="${pkgname/perl-/}"